CSS Bologna 👨‍🏫

Backgrounds

🏡 Home

Tiled Backgrounds

I will not wast your time and show you had to create a background image, I will simply show you how to make tiled backgrounds.

Consider visiting this site for a great selection of premade backgrounds.


.gridBackground {
background-color: #e5e5f7;
opacity: 0.2;
background-image: linear-gradient(#444cf7 2.9000000000000004px, transparent 2.9000000000000004px), linear-gradient(to right, #444cf7 2.9000000000000004px, #e5e5f7 2.9000000000000004px);
background-size: 58px 58px;
}