我制作了一个将文本居中的登陆页面,它在桌面布局上看起来很好,但当我更改为移动布局时,它看起来像这样:
代码:
<div class="container-fluid" style="position: relative; top: 50%;">
<center>
<div class="container" >
<h1 >A home is made of <i>
<p >hopes</p>
</i> and <i>
<p >dreams</p>
</i>
</h1>
<h1>Let us<i>
<p >inspire</p>
</i> you to build the perfect home!
</h1> <br>
</div>
<a href="/login " class="btn grad1" style="margin-right:20px; font-size:20px; "><b>{{ __('LOGIN') }}</b></a>
<a href="/register" class="btn grad1" style="margin-left:20px; font-size:20px;"><b>{{ __('SIGN UP') }}</b></a>
<div class="container-fluid" style="position: absolute; left:60%; top:-150%;">
</center>
</div>
</div>
我尝试使用text-align property居中,但它不会改变对齐方式。
弑天下
白猪掌柜的
相关分类