CSS grid as a landing page



<div id="container">

</div>





#container {
display : grid;
text-align : right;
grid-template-columns: auto auto auto;
height : 90vh;
background: url("assets/background.png") no-repeat;
background-position: bottom right;
}

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm