我已经在这个页面上呆了三天多了。似乎无法将段落 div 移动到应该位于图像下方的新行上。div 应采用全宽并另起一行。但立场变了。
奇怪的是,页脚文本位于主体上方。我从 stackoverflow 尝试了很多解决方案。但我开始害怕了。
我是否打破了什么东西。
请帮忙。
执行时文本的位置甚至不正确。标记的底部文本应该位于页脚中。(参见上面链接的图片也请参考我的代码)
注意:该错误显示在台式计算机上。手机看还是可以的
h1 {
text-align: center;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
img {
width: 100%;
}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
img {
width: 100%;
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
img {
width: 60%;
}
.mtxt {
width: 40%;
margin-top: 15%;
}
.lefty {
float: left;
}
.righty {
float: right;
}
}
holdtom
相关分类