Sass Geometric Pattern Generator

Size
2,020 Kb
Views
10,120

How do I make an sass geometric pattern generator?

Create Geometric Patters with a Sass @mixin.. What is a sass geometric pattern generator? How do you make a sass geometric pattern generator? This script and codes were developed by James Steinbach on 08 December 2022, Thursday.

Sass Geometric Pattern Generator Previews

Sass Geometric Pattern Generator - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sass Geometric Pattern Generator</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
</html>

Sass Geometric Pattern Generator - Script Codes CSS Codes

body { height: 100%; width: 100%; background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%),-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.125) 5%, rgba(0, 0, 0, 0.125) 6%, rgba(0, 0, 0, 0.125) 15%, rgba(255, 255, 255, 0.125) 16%, rgba(255, 255, 255, 0.125) 35%, rgba(0, 0, 0, 0.125) 36%, rgba(0, 0, 0, 0.125) 65%, rgba(255, 255, 255, 0.125) 66%, rgba(255, 255, 255, 0.125) 85%, rgba(0, 0, 0, 0.125) 86%, rgba(0, 0, 0, 0.125) 95%, rgba(255, 255, 255, 0.125) 96%, rgba(255, 255, 255, 0.125) 100%),linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); background-size: 100px 100px; background-repeat: repeat;
}
Sass Geometric Pattern Generator - Script Codes
Sass Geometric Pattern Generator - Script Codes
Home Page Home
Developer James Steinbach
Username jdsteinbach
Uploaded December 08, 2022
Rating 3
Size 2,020 Kb
Views 10,120
Do you need developer help for Sass Geometric Pattern Generator?

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!

James Steinbach (jdsteinbach) Script Codes
Create amazing blog posts 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!