themes-wordpress/skatepark/block-templates/404.html
Maggie 4d3c803ca9
Try making skatepark standalone block theme (#5523)
* removed parent theme, added functions file

* refactor json, functions.php added

* header and footer

* 404 page

* spacing for 404

* blank template, extra styles for buttons

* header and footer only template

* fixed missing alignment variables

* removed navigation pattern, removed label from navigation

* spacing on home page navigation

* fix separator styles

* removed two columns of text pattern

* Add hover state to navigation items.

* Reviser header template part to match the screenshot.

Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
2022-02-16 15:06:58 +00:00

10 lines
482 B
HTML

<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"20vh","bottom":"20vh"}}},"layout":{"inherit":true}} -->
<main class="wp-block-group" style="padding-top:20vh;padding-bottom:20vh">
<!-- wp:pattern {"slug":"skatepark/hidden-404"} /-->
<!-- wp:search {"label":""} /-->
</main>
<!-- /wp:group -->
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer-container"} /-->