Automattic / blockpatterns

Repo of block patterns to work with
7 stars 2 forks source link

Footer with large font size #258

Closed alaczek closed 2 years ago

alaczek commented 2 years ago

Screenshot:

image
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"15px","padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left"}} -->
<div class="wp-block-group alignfull" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:site-title {"textAlign":"center","fontSize":"large"} /-->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Proudly Powered by&nbsp;<a href="https://wordpress.com">WordPress</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

Preview: https://dotcompatterns.wordpress.com/?p=5886&preview=true

onuro commented 2 years ago

This feels more like a boilerplate but still, maybe useful.

alaczek commented 2 years ago

All the footers in this round are kinda boilerplate :) Once we get these out of the way, we can move on to more opinionated stuff.

alaczek commented 2 years ago

Published!