Grid 2 Go

Developer
Size
3,049 Kb
Views
8,096

How do I make an grid 2 go?

What is a grid 2 go? How do you make a grid 2 go? This script and codes were developed by Englishextra on 17 January 2023, Tuesday.

Grid 2 Go Previews

Grid 2 Go - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Grid 2 Go</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box;
}
html, body { height: 100%;
}
body { padding: 50px; font: 700 14px/1 'Open Sans', sans-serif; text-align: center; color: #fff; background: #456;
}
.title { font-size: 24px; margin: 0 0 50px;
}
.grid { margin-bottom: 20px; padding-left: 20px; background: #fff;
}
.grid:before, .grid:after { content: " "; display: table;
}
.grid:after { clear: both;
}
[class*='col-'] { float: left; padding-right: 20px;
}
.col-1-1 { width: 100%;
}
.col-1-2 { width: 50%;
}
.col-1-3 { width: 33.33%;
}
.col-2-3 { width: 66.66%;
}
.col-1-4 { width: 25%;
}
.col-3-4 { width: 75%;
}
.col-1-5 { width: 20%;
}
.module { padding: 20px; background: #789;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='title'> Grid 2 Go
</div>
<div class='grid'> <div class='col-1-1'> <div class='module'> 1/1 </div> </div>
</div>
<div class='grid'> <div class='col-1-2'> <div class='module'> 1/2 </div> </div> <div class='col-1-2'> <div class='module'> 1/2 </div> </div>
</div>
<div class='grid'> <div class='col-1-3'> <div class='module'> 1/3 </div> </div> <div class='col-2-3'> <div class='module'> 2/3 </div> </div>
</div>
<div class='grid'> <div class='col-1-4'> <div class='module'> 1/4 </div> </div> <div class='col-3-4'> <div class='module'> 3/4 </div> </div>
</div>
<div class='grid'> <div class='col-1-5'> <div class='module'> 1/5 </div> </div> <div class='col-1-5'> <div class='module'> 1/5 </div> </div> <div class='col-1-5'> <div class='module'> 1/5 </div> </div> <div class='col-1-5'> <div class='module'> 1/5 </div> </div> <div class='col-1-5'> <div class='module'> 1/5 </div> </div>
</div>
</body>
</html>

Grid 2 Go - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box;
}
html, body { height: 100%;
}
body { padding: 50px; font: 700 14px/1 'Open Sans', sans-serif; text-align: center; color: #fff; background: #456;
}
.title { font-size: 24px; margin: 0 0 50px;
}
.grid { margin-bottom: 20px; padding-left: 20px; background: #fff;
}
.grid:before, .grid:after { content: " "; display: table;
}
.grid:after { clear: both;
}
[class*='col-'] { float: left; padding-right: 20px;
}
.col-1-1 { width: 100%;
}
.col-1-2 { width: 50%;
}
.col-1-3 { width: 33.33%;
}
.col-2-3 { width: 66.66%;
}
.col-1-4 { width: 25%;
}
.col-3-4 { width: 75%;
}
.col-1-5 { width: 20%;
}
.module { padding: 20px; background: #789;
}
Grid 2 Go - Script Codes
Grid 2 Go - Script Codes
Home Page Home
Developer Englishextra
Username englishextra
Uploaded January 17, 2023
Rating 3
Size 3,049 Kb
Views 8,096
Do you need developer help for Grid 2 Go?

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!

Englishextra (englishextra) 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!