<div class="box">
<span class="title1">title 1</span>
<span class="title2">title 2</span>
</div>
html{
font-size: 1vw;
}
.box{
/* 这个尺寸是根据ue宽600,其中100px对应的rem长度*/
font-size: 15.625rem;
/* width: 15.625rem; */
border: 1px solid;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.