diff --git a/css/custom.css b/css/custom.css index 0ff70b1..ca62bab 100644 --- a/css/custom.css +++ b/css/custom.css @@ -3,7 +3,7 @@ body { --themecolor: #002060; } -body.justify{ +.justify{ text-align: justify; } @@ -13,6 +13,18 @@ h1, h2, h3, h4, h5, h6 { display: block; } +h1.justify{ + text-align: justify; +} + +h2.justify{ + text-align: justify; +} + +h3.justify{ + text-align: justify; +} + .scale-img { // width: 250px; /*画像の幅*/ // height: 175px; /*画像の高さ*/ diff --git a/index.html b/index.html index 4dc196e..190a350 100644 --- a/index.html +++ b/index.html @@ -229,5 +229,5 @@