{"id":25312,"date":"2024-04-22T19:15:52","date_gmt":"2024-04-22T10:15:52","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25312"},"modified":"2024-04-22T19:15:55","modified_gmt":"2024-04-22T10:15:55","slug":"css-%e3%83%95%e3%83%ac%e3%83%83%e3%82%af%e3%82%b9%e3%82%b3%e3%83%b3%e3%83%86%e3%83%8a%e3%82%92%e8%a8%ad%e5%ae%9a","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25312","title":{"rendered":"CSS \u30d5\u30ec\u30c3\u30af\u30b9\u30b3\u30f3\u30c6\u30ca\u3092\u8a2d\u5b9a"},"content":{"rendered":"\n<p>index.html<\/p>\n\n\n\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 http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n  &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  &lt;title>My Flexbox&lt;\/title>\n  &lt;link rel=\"stylesheet\" href=\"style.css\">\n&lt;\/head>\n\n&lt;body>\n  &lt;div class=\"container\">\n    &lt;div class=\"item-1\">1&lt;\/div>\n    &lt;div class=\"item-2\">2&lt;\/div>\n    &lt;div class=\"item-3\">3&lt;\/div>\n  &lt;\/div>\n  &lt;div class=\"container\">\n    &lt;div class=\"item-1\">1&lt;\/div>\n    &lt;div class=\"item-2\">2&lt;\/div>\n    &lt;div class=\"item-3\">3&lt;\/div>\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  border: 8px solid blue;\n  \/* display: flex; *\/\n  display: inline-flex;\n  width: 280px;\n}\n\n.item-1 {\n  width: 80px;\n  height: 80px;\n  background-color: pink;\n}\n\n.item-2 {\n  width: 80px;\n  height: 80px;\n  background-color: skyblue;\n}\n\n.item-3 {\n  width: 80px;\n  height: 80px;\n  background-color: orange;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>index.html 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,4],"tags":[30],"class_list":["post-25312","post","type-post","status-publish","format-standard","hentry","category-css","category-programming","tag-css"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25312","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=25312"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25312\/revisions"}],"predecessor-version":[{"id":25313,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25312\/revisions\/25313"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=25312"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=25312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}