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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type