上記の画像の中の文字を中央に入れたいです。
宜しくお願いします。
自分が書いたコードは以下になります。
HTML
1<div class ="main-visual"> 2 <h1 class="title1">#</h1> 3 </section> 4 </div>
CSS
1.title1{ 2 .title1{ 3 font-size: 4rem; 4 display: flex; 5 justify-content: center; 6 align-items: center; 7 height:100%; 8 margin:0; 9 padding:0; 10} 11 12.main-visual{ 13 overflow: auto; 14 width: 100%; 15 height: 300px; 16 background-image: url(img/Sky_Clouds_Rays_of_light_470197.jpg); 17 background-size: cover; 18 background-position: center; 19}
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/07/06 05:22
2021/07/06 05:34
2021/07/06 05:41
2021/07/06 05:52