X7ROOT File Manager
Current Path:
/home/bloomi9/realworks1.com/landsale-ebook/wp-includes/block-patterns
home
/
bloomi9
/
realworks1.com
/
landsale-ebook
/
wp-includes
/
block-patterns
/
📁
..
📄
.htaccess
(206 B)
📄
heading-paragraph.php
(1.12 KB)
📄
large-header-button.php
(2.61 KB)
📄
large-header.php
(1.29 KB)
📄
quote.php
(1.34 KB)
📄
text-three-columns-buttons.php
(2.55 KB)
📄
text-two-columns-with-images.php
(2.32 KB)
📄
text-two-columns.php
(2.11 KB)
📄
three-buttons.php
(1.72 KB)
📄
two-buttons.php
(1.08 KB)
📄
two-images.php
(992 B)
Editing: three-buttons.php
<?php /** * Three Buttons block pattern. * * @package WordPress */ return array( 'title' => __( 'Three buttons' ), 'content' => "<!-- wp:buttons {\"align\":\"center\"} -->\n<div class=\"wp-block-buttons aligncenter\"><!-- wp:button {\"borderRadius\":50,\"style\":{\"color\":{\"gradient\":\"linear-gradient(135deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%)\",\"text\":\"#fffffa\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background:linear-gradient(135deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%);color:#fffffa\">" . __( 'About Cervantes' ) . "</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":50,\"style\":{\"color\":{\"gradient\":\"linear-gradient(317deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%)\",\"text\":\"#fffffa\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background:linear-gradient(317deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%);color:#fffffa\">" . __( 'Contact us' ) . "</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"borderRadius\":50,\"style\":{\"color\":{\"gradient\":\"linear-gradient(42deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%)\",\"text\":\"#fffffa\"}}} -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background:linear-gradient(42deg,rgb(135,9,53) 0%,rgb(179,22,22) 100%);color:#fffffa\">" . __( 'Books' ) . "</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->", 'viewportWidth' => 600, 'categories' => array( 'buttons' ), 'description' => _x( 'Three filled buttons with rounded corners, side by side.', 'Block pattern description' ), );
Upload File
Create Folder