Playing with Grid

Size
2,224 Kb
Views
32,384

How do I make an playing with grid?

What is a playing with grid? How do you make a playing with grid? This script and codes were developed by Alex Rodrigues on 10 September 2022, Saturday.

Playing with Grid Previews

Playing with Grid - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Playing with Grid</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <ul class="block"> <li class="elem elem-1"></li> <li class="elem elem-2"></li> <li class="elem elem-3"></li>
<!-- <li class="elem elem-3"></li> <li class="elem elem-2"></li> <li class="elem elem-1"></li> <li class="elem elem-3"></li> <li class="elem elem-3"></li> <li class="elem elem-1"></li> <li class="elem elem-2"></li> -->
</ul>
</div>
</body>
</html>

Playing with Grid - Script Codes CSS Codes

.wrapper { width: 80%; margin: 0 auto;
}
@supports ((display: -ms-grid) or (display: grid)) { .block { padding: 20px; background: #efefef; margin: 20px; display: -ms-grid; display: grid; } .elem { padding: 40px; background: #31a6ce; color: white; font-weight: bold; text-align: center; opacity: 0.8; } .elem-2 { background: #da3550; } .elem-3 { background: #77cc4f; }
}
Playing with Grid - Script Codes
Playing with Grid - Script Codes
Home Page Home
Developer Alex Rodrigues
Username alex_rodrigues
Uploaded September 10, 2022
Rating 3
Size 2,224 Kb
Views 32,384
Do you need developer help for Playing with Grid?

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!

Alex Rodrigues (alex_rodrigues) 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!