{"id":25314,"date":"2024-04-25T15:16:02","date_gmt":"2024-04-25T06:16:02","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25314"},"modified":"2024-04-25T15:16:04","modified_gmt":"2024-04-25T06:16:04","slug":"css-align-self%ef%bd%a4auto%e3%82%ad%e3%83%bc%e3%83%af%e3%83%bc%e3%83%89","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=25314","title":{"rendered":"CSS align-self\uff64auto\u30ad\u30fc\u30ef\u30fc\u30c9"},"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;\/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  height: 240px;\n}\n\n.item-1 {\n  width: 80px;\n  height: 80px;\n  background-color: pink;\n  align-self: center;\n}\n\n.item-2 {\n  width: 80px;\n  height: 80px;\n  background-color: skyblue;\n  margin-left: auto;\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,3],"class_list":["post-25314","post","type-post","status-publish","format-standard","hentry","category-css","category-programming","tag-css","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25314","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=25314"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25314\/revisions"}],"predecessor-version":[{"id":25315,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/25314\/revisions\/25315"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=25314"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=25314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}