WordPress / community-themes

A collection of Block Themes built by the WordPress community.
80 stars 33 forks source link

Term: Pattern Image with small text #106

Open MaggieCabrera opened 1 year ago

MaggieCabrera commented 1 year ago

Block Pattern_ Image with Small Text https://www.figma.com/community/file/1263420783737936752

celiarozalenm commented 6 months ago

Here is the code of the block:

<?php
/**
 * Title: Image with Small Text
 * Slug: term/black-image-text
 * Categories: text
 * Block Types: core/quote
 */
?>
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:image {"id":9,"sizeSlug":"full","linkDestination":"none","style":{"border":{"radius":"8px","width":"4px"}}} -->
<figure class="wp-block-image size-full has-custom-border"><img src="https://playground.wordpress.net/scope:0.9681709203342750/wp-content/uploads/2024/03/man_crossed_hands.jpg" alt="" class="wp-image-9" style="border-width:4px;border-radius:8px"/></figure>
<!-- /wp:image -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"16px"}}} -->
<p style="font-size:16px"><em>Joel Gavins is a really interesting dude who writes about really interesting things. Haha PSYCH! He just babbles into a post editor hoping something good comes out of it, but we all know how that goes.</em></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

I'll try to do a pull request, now I am getting SSH errors 🥲