{"id":26013,"date":"2025-05-16T09:49:21","date_gmt":"2025-05-16T00:49:21","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26013"},"modified":"2025-05-16T09:49:23","modified_gmt":"2025-05-16T00:49:23","slug":"mycssgrid","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=26013","title":{"rendered":"MyCSSGrid"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"ja\">\n\n&lt;head>\n    &lt;meta charset=\"UTF-8\">\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    &lt;title>My CSS Grid&lt;\/title>\n    &lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;\/head>\n\n&lt;body>\n    &lt;div class=\"container\">\n        &lt;ul>\n            &lt;li>item 1&lt;\/li>\n            &lt;li>item 2 item 2 item 2 item 2 item 2&lt;\/li>\n            &lt;li>item 3&lt;\/li>\n            &lt;li>item 4&lt;\/li>\n        &lt;\/ul>\n        &lt;ul>\n            &lt;li>item 1&lt;\/li>\n            &lt;li>item 2&lt;\/li>\n            &lt;li>item 3 item 3 item 3 item 3&lt;\/li>\n            &lt;li>item 4&lt;\/li>\n        &lt;\/ul>\n    &lt;\/div>\n&lt;\/body>\n\n&lt;\/html><\/code><\/pre>\n\n\n\n<p>style.css<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@charset \"utf-8\";\n\n.container {\n    display: grid;\n    grid-template-columns: 200px 200px;\n    grid-template-rows: repeat(4, auto);\n}\n\nul {\n    grid-row: span 4;\n\n    display: grid;\n    grid-template-rows: subgrid;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>style.css<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[81,80],"tags":[3],"class_list":["post-26013","post","type-post","status-publish","format-standard","hentry","category-css","category-html","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26013"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26013\/revisions"}],"predecessor-version":[{"id":26014,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/26013\/revisions\/26014"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=26013"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=26013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}