@Anwesha213Submitted almost 4 years ago
Being a newbie I've used CSS positioning property to get the layout of the site . So please tell me how can I improve my code to achieve the optimal layout???
Being a newbie I've used CSS positioning property to get the layout of the site . So please tell me how can I improve my code to achieve the optimal layout???
You should put display: grid
in .grid-section
with 4 columns and 2 rows ad sort the elements with grid-column
and grid-row
.
Happy coding