.topic2 {
font-size: 25px;
font-weight: bold;
text-align: center;
margin-top: 50px;
border-bottom: 1px solid red;
border-width: medium;
width: 120px;
margin: 40px auto;
}
.contents_box1 {
display: flex;
}
.box1_image {
margin-left: 140px;
border-radius: 10px;
}
.contents_text1 {
box-shadow: 1px 1px silver;
border-top: 1px solid #E6E6E6;
border-bottom: 1px solid silver;
}
.contents_topic1 {
font-size: 20px;
font-weight: bold;
margin-top: 50px;
margin-left: 20px;
}
.contents_message1 {
font-size: 20px;
margin-top: 20px;
margin-left: 20px;
}
.contents_box2 {
display: flex;
}
.contents_text2 {
margin-top: 30px;
margin-left: 160px;
box-shadow: 1px 1px silver;
border-top: 1px solid #E6E6E6;
border-left: 1px solid #E6E6E6;
border-bottom: 1px solid silver;
}
.contents_topic2 {
font-size: 20px;
font-weight: bold;
margin-top: 40px;
margin-left: 20px;
}
.contents_message2 {
font-size: 20px;
margin-top: 20px;
margin-left: 20px;
}
.box2_image {
margin-top: 30px;
border-radius: 10px;
}
HTMLで作成したのですが、pcの画面を縮小するとビュー崩れが起きてしまいます。 どなたか解決策をお分かりの方いましたらご教授お願い致します。
あなたの回答
tips
プレビュー