| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 .wp-block-text-columns { 2 display: flex; 3 } 4 .wp-block-text-columns.aligncenter { 5 display: flex; 6 } 7 .wp-block-text-columns .wp-block-column { 8 margin: 0 1em; 9 padding: 0; 10 } 11 .wp-block-text-columns .wp-block-column:first-child { 12 margin-right: 0; 13 } 14 .wp-block-text-columns .wp-block-column:last-child { 15 margin-left: 0; 16 } 17 .wp-block-text-columns.columns-2 .wp-block-column { 18 width: 50%; 19 } 20 .wp-block-text-columns.columns-3 .wp-block-column { 21 width: 33.3333333333%; 22 } 23 .wp-block-text-columns.columns-4 .wp-block-column { 24 width: 25%; 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Tue Jun 16 08:20:09 2026 | Cross-referenced by PHPXref |