/* pages/homeContent/homeContent.wxss */ .container-blog{ position: relative; width: 100vw; height:100vh; background: rgba(255,255,255,0.8); /* fallback for old browsers */ overflow: auto; } .loading{ position: absolute; width: 100px; height: 100px; perspective: 780px; position: relative; top:25%; left:50%; transform: translate(-50%,-25%); } .blog-container{ margin-top:30px; width: 100vw; height: 100vh; } .blog-title{ text-align: center; font-weight: bold; background: rgb(114, 158, 240); position: absolute; margin:0; padding:0; width: 100%; }