@majdiachour1Submitted 12 months ago
My third project using HTML and CSS. My second with CSS Grid. Any remarks on my code or improvement I can make would be appreciated.
My third project using HTML and CSS. My second with CSS Grid. Any remarks on my code or improvement I can make would be appreciated.
body { min-height: 100vh; background-color: #EDF2F8; font-family: Rubik; margin: 0px; width: min(90%, 90rem); margin-inline: auto; }
.large-container {
display:grid;
grid-gap: 0px;
grid-template-columns: repeat(4,1fr);
grid-template-rows: auto;
/*! position:absolute; */
/*! left: 250px; */
/*! top: 60px; */
/*! bottom: 60px; */
}
you can use that is butter.