{"id":2202,"date":"2021-05-31T10:00:48","date_gmt":"2021-05-31T01:00:48","guid":{"rendered":"https:\/\/gri.jp\/media\/?p=2202"},"modified":"2025-02-14T10:12:17","modified_gmt":"2025-02-14T01:12:17","slug":"%e3%80%90css%e3%80%91%e3%83%86%e3%82%ad%e3%82%b9%e3%83%88%e3%81%ae%e5%b7%a6%e5%8f%b3%e3%81%84%e3%81%a3%e3%81%b1%e3%81%84%e3%81%ab%e3%83%a9%e3%82%a4%e3%83%b3%e3%82%92%e5%bc%95%e3%81%8f%e6%96%b9","status":"publish","type":"post","link":"https:\/\/gri.jp\/media\/entry\/2202","title":{"rendered":"\u3010CSS\u3011\u30c6\u30ad\u30b9\u30c8\u306e\u5de6\u53f3\u3044\u3063\u3071\u3044\u306b\u30e9\u30a4\u30f3\u3092\u5f15\u304f\u65b9\u6cd5"},"content":{"rendered":"<p>\u898b\u51fa\u3057\u306a\u3069\u306e\u30c6\u30ad\u30b9\u30c8\u306e\u4e21\u7aef\u306b\u30e9\u30a4\u30f3\u3092\u5165\u308c\u308b\u65b9\u6cd5\u3067\u3059\u3002<br \/>\n\u4ee5\u524d\u306f\u3001span\u306a\u3069\u3092\u5165\u308c\u5b50\u306b\u3057\u3066\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001<b>\u7591\u4f3c\u8981\u7d20\u3092flexbox\u3067\u914d\u7f6e<\/b>\u3059\u308b\u3053\u3068\u3067\u3001\u7c21\u5358\u306b\u5b9f\u88c5\u3067\u304d\u307e\u3059\u3002<\/p>\n<h2>\u5b9f\u88c5\u30b5\u30f3\u30d7\u30eb<\/h2>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/media\/wp\/wp-content\/uploads\/2025\/02\/n0abec6dbf0ec_picture_pc_4c59a36b5f643b7349a9fe57d6270e62.jpg\" alt=\"\u753b\u50cf1\" width=\"620\" height=\"322\" \/>\n<p style=\"padding-bottom:0\"><b>HTML<\/b><\/p>\n<pre class=\"language-markup\"><code>&lt;h2&gt;Topics&lt;\/h2&gt;<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p style=\"padding-bottom:0\"><b>CSS<\/b><\/p>\n<pre class=\"language-css\"><code>h2 {\r\n  color: #545454;\r\n  display: flex;\r\n  align-items: center;\r\n  font-size: 26px;\r\n  font-weight: bold;\r\n  letter-spacing: 0.05em;\r\n}\r\n\r\nh2::before,\r\nh2::after {\r\n  content: \"\";\r\n  height: 1px;\r\n  flex-grow: 1;\r\n  background-color: #545454;\r\n}\r\n\r\nh2::before {\r\n  margin-right: 20px;\r\n}\r\n\r\nh2::after {\r\n  margin-left: 20px;\r\n}<\/code><\/pre>\n<p><b>flex-grow<\/b>\u30d7\u30ed\u30d1\u30c6\u30a3\u3092\u4f7f\u7528\u3057\u3066\u3001<b>h2<\/b>\u306e\u5de6\u53f3\u306e\u4f59\u767d\u3092\u3001\uff08flex-grow: 1\u306e\u6307\u5b9a\uff091\uff1a1\u306e\u6bd4\u7387\u3067\u5206\u914d\u3057\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u3061\u306a\u307f\u306b\u3001\u4e21\u7aef\u3044\u3063\u3071\u3044\u306b\u3057\u306a\u3044\u5834\u5408<\/p>\n<img loading=\"lazy\" decoding=\"async\" src=\"\/media\/wp\/wp-content\/uploads\/2025\/02\/n0abec6dbf0ec_picture_pc_6d60cac98895dc8ffc090d8ca1cb9c31.jpg\" alt=\"\u753b\u50cf2\" width=\"620\" height=\"322\" \/>\n<p>\u4e21\u7aef\u3044\u3063\u3071\u3044\u306b\u305b\u305a\u3001\u30e9\u30a4\u30f3\u306e\u6a2a\u5e45\u304c\u6c7a\u307e\u3063\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u4e2d\u592e\u5bc4\u305b\u306b\u3057\u3001\u6a2a\u5e45\u306e\u30b5\u30a4\u30ba\u3092\u6307\u5b9a\u3059\u308b\u3060\u3051\u3067\u3059\u3002<br \/>\n\uff08\u203bflex-grow\u306e\u6307\u5b9a\u306f\u5916\u3057\u307e\u3059\uff09<\/p>\n<p style=\"padding-bottom:0\"><b>CSS<\/b><\/p>\n<pre class=\"language-css\"><code>h2 {\r\n  color: #545454;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  \/*\u4e2d\u592e\u5bc4\u305b\u306b\u3059\u308b*\/\r\n  font-size: 26px;\r\n  font-weight: bold;\r\n  letter-spacing: 0.05em;\r\n}\r\n\r\nh2::before,\r\nh2::after {\r\n  content: \"\";\r\n  height: 1px;\r\n  width: 100px;\r\n  \/*\u5de6\u53f3\u306e\u30e9\u30a4\u30f3\u306e\u6a2a\u5e45\u3092\u6307\u5b9a*\/\r\n  background-color: #545454;\r\n}\r\n\r\nh2::before {\r\n  margin-right: 20px;\r\n}\r\n\r\nh2::after {\r\n  margin-left: 20px;\r\n}<\/code><\/pre>\n<p>&nbsp;<br \/>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u898b\u51fa\u3057\u306a\u3069\u306e\u30c6\u30ad\u30b9\u30c8\u306e\u4e21\u7aef\u306b\u30e9\u30a4\u30f3\u3092\u5165\u308c\u308b\u65b9\u6cd5\u3067\u3059\u3002 \u4ee5\u524d\u306f\u3001span\u306a\u3069\u3092\u5165\u308c\u5b50\u306b\u3057\u3066\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3057\u305f\u304c\u3001\u7591\u4f3c\u8981\u7d20\u3092flexbox\u3067\u914d\u7f6e\u3059\u308b\u3053\u3068\u3067\u3001\u7c21\u5358\u306b\u5b9f\u88c5\u3067\u304d\u307e\u3059\u3002 \u5b9f\u88c5\u30b5\u30f3\u30d7\u30eb HTML lt;h2gt;To<\/p>\n","protected":false},"author":5,"featured_media":25555,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[123,138,100],"tags":[],"class_list":["post-2202","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-web","category-tips","category-technical"],"acf":[],"meta_field":{"_edit_lock":["1739495421:5"],"_edit_last":["5"],"_wp_old_date":["2021-09-14"],"note_url":[""],"_note_url":["field_61243c8278b90"],"_pv_count":["a:24:{i:21;i:12;i:5;i:9;i:12;i:18;i:17;i:15;i:13;i:19;i:4;i:14;i:6;i:18;i:18;i:13;i:14;i:15;i:16;i:13;i:3;i:15;i:22;i:8;i:1;i:16;i:8;i:14;i:2;i:24;i:23;i:8;i:19;i:10;i:7;i:13;i:10;i:21;i:11;i:25;i:20;i:12;i:15;i:11;i:0;i:13;i:9;i:14;}"],"pv_count":["350"],"_thumbnail_id":["25555"],"hidden_toppage":["0"],"_hidden_toppage":["field_61933136630d2"]},"_links":{"self":[{"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/posts\/2202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/comments?post=2202"}],"version-history":[{"count":3,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/posts\/2202\/revisions"}],"predecessor-version":[{"id":36033,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/posts\/2202\/revisions\/36033"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/media\/25555"}],"wp:attachment":[{"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/media?parent=2202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/categories?post=2202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gri.jp\/media\/wp-json\/wp\/v2\/tags?post=2202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}