由于某种原因,我在网站中使文本居中时遇到一些问题。我需要文本在网站(计算机和网站)中精确居中。
.bg {
background: url(https://i.imgur.com/HrC81SX.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
background-size: cover;
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
-webkit-filter: blur(5px);
filter: blur(5px);
}
#cs {
display: block;
text-align: center;
font-family: 'Times New Roman';
position: absolute;
color: #EFE4D9;
}
#text {
text-align: left;
}
<div class="bg"></div>
<h1 id="cs" style="text-align: center;">C O M I N G S O O N</h1>
<p id="text">such's movie room is on it's way through the development, just stay tuned! C:<br>- such <3</p>
子衿沉夜
智慧大石
相关分类