将无序列表置于 DIV 中居中
嗯,我正在重新设计我的网站 AlternativeApps.TK,以便用户获得最佳体验。
我有一个名为 devices 的 div,其中包含 Windows 图标、Linux、Mac、Android 和 iOS 设备的图像。设备下方是它们的名字。文本在图标下方居中,但我似乎不知道如何将所有图像和文本水平居中在同一个 div 中,而不是像现在这样垂直向下。
Well I'm in the mix of redesigning my website AlternativeApps.TK so the user gets the best experience.
I have a div called devices which has images of the Windows icon, Linux, Mac, Android, and iOS devices. Under the devices are their names. the text is centered under their icons, but I can't seem to figure out how to center all the images, and text in the same div horizontally, not going down vertically like it is.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
编辑有关水平布局的新信息:
那里!这就是您需要添加的全部内容。没有令人讨厌的脆性漂浮物。
Edit for new information about horizontal layout:
There! That's all you need to add. No nasty brittle floats.
好吧,我最初误解了这个问题,试试这个。
然后将您的标记更改为类似的内容
Ok I misunderstood the question initially try this instead.
Then change your markup to something like