为什么我的小提琴看起来与我的页面不同?
Soooo...我正在使用 jsFiddle 处理此页面,但它在实际页面上的工作方式不一样!
http://jsfiddle.net/8Hpmj/8/ http://ktaadn.me/about/
ktaadn.me 示例不是左对齐的,并且填充了徽标下方的宽度。
我做错了什么?
如果你需要灵感,这是我那只迷人但无益的猫。 http://4.bp.blogspot。 com/-NVtngGt43Rs/Tcmmw6RR-zI/AAAAAAAABOI/UPYJJHpAlk8/s640/IMG_9728.jpg
谢谢!
Soooo... I was working on this page using jsFiddle and it doesn't work the same on the actual page!
http://jsfiddle.net/8Hpmj/8/
http://ktaadn.me/about/
The ktaadn.me example isn't left-justified and filling the width below the logo.
What did I do wrong?
If you need inspiration this is my seductive, unhelpful cat.
http://4.bp.blogspot.com/-NVtngGt43Rs/Tcmmw6RR-zI/AAAAAAAABOI/UPYJJHpAlk8/s640/IMG_9728.jpg
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将
padding:0;
添加到.nav1
和
width:100%
到锚标记odd.a 等
应该修复它的。
提示:如果您不太擅长,请不要使用这些 css 网格框架。
祝你好运。
add
padding:0;
to.nav1
and
width:100%
to the anchor tagsodd.a and such
that should fix it.
tip: do not use these css grid frameworks if you are not very solid at it.
good luck man.