Complex Background Patterns

Size
1,843 Kb
Views
12,144

How do I make an complex background patterns?

What is a complex background patterns? How do you make a complex background patterns? This script and codes were developed by Ashley Sullivan on 12 November 2022, Saturday.

Complex Background Patterns Previews

Complex Background Patterns - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Complex Background Patterns</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="gingham"></div>
<div class="grid"></div>
<div class="blueprint"></div>
<div class="polka-dot"></div>
<div class="checker-board"></div>
<div class="svg-checker-board"></div>
</body>
</html>

Complex Background Patterns - Script Codes CSS Codes

div { height: 20em; width: 33%; display: inline-block;
}
.gingham { background: white; background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 0), linear-gradient(rgba(200,0,0,.5) 50%, transparent 0); background-size: 30px 30px;
}
.grid { background: #58a; background-image: linear-gradient(white 1px, transparent 0), linear-gradient(90deg, white 1px, transparent 0); background-size: 30px 30px;
}
.blueprint { background: #58a; background-image: linear-gradient(white 2px, transparent 0), linear-gradient(90deg, white 2px, transparent 0), linear-gradient(hsla(0,0%,100%,.3) 1px, transparent 0), linear-gradient(90deg, hsla(0,0%,100%,.3) 1px, transparent 0); background-size: 75px 75px, 75px 75px, 15px 15px, 15px 15px;
}
.polka-dot { background: #655; background-image: radial-gradient(tan 30%, transparent 0), radial-gradient(tan 30%, transparent 0); background-size: 30px 30px; background-position: 0 0, 15px 15px;
}
.checker-board { background: #eee; background-image: linear-gradient(45deg, #bbb 25%, transparent 0), linear-gradient(45deg, transparent 75%, #bbb 0), linear-gradient(45deg, #bbb 25%, transparent 0), linear-gradient(45deg, transparent 75%, #bbb 0); background-position: 0 0, 15px 15px, 15px 15px, 30px 30px; background-size: 30px 30px;
}
.svg-checker-board { background: #eee url('data:image/svg+xml,\  \  \  \'); background-size: 30px 30px;
}
Complex Background Patterns - Script Codes
Complex Background Patterns - Script Codes
Home Page Home
Developer Ashley Sullivan
Username anSullivan12
Uploaded November 12, 2022
Rating 3
Size 1,843 Kb
Views 12,144
Do you need developer help for Complex Background Patterns?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ashley Sullivan (anSullivan12) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!