Replies: 1 comment
-
你这种上面都写了 justify-between这个里就不好弄 了 这个可以去掉,然后自己用margin-left 调整,或者用绝对定位居中 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
我尝试了几种方法,最接近的就是下面的方法:
但这也没有达到我想要的效果,因为 "NFT Market" 字样是在
<div className="text-white text-3xl mx-auto">
的中间,而我想要的是他在<div className="bg-gray-700 py-8 flex justify-between items-center">
的中间。求教各位前端大神,有什么办法?
Beta Was this translation helpful? Give feedback.
All reactions