CSS framework

Developer
Size
1,716 Kb
Views
4,048

How do I make an css framework?

What is a css framework? How do you make a css framework? This script and codes were developed by Sudipta Das on 21 January 2023, Saturday.

CSS framework Previews

CSS framework - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS framework</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>Framework Test Page</h1> <div class="grid"> <div class="row"> <div class="col-2 col-mb-12">2 Columns</div> <div class="col-10 col-mb-12">10 Columns</div> </div> <div class="row"> <div class="col-4 col-mb-12">4 Columns</div> <div class="col-8 col-mb-12">8 Columns</div> </div> <div class="row"> <div class="col-4 col-mb-12">4 Columns</div> <div class="col-4 col-mb-12">4 Columns</div> <div class="col-4 col-mb-12">4 Columns</div> </div> </div>
</body>
</html>

CSS framework - Script Codes CSS Codes

*{ border:1px solid seagreen;
}
*{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;
}
.row{ width: 100%; display: flex; flex-wrap: wrap;
}
.col-1{ width: 8.33%;
}
.col-2{ width: 16.66%;
}
.col-3{ width: 25%;
}
.col-4{ width: 33.33%;
}
.col-5{ width: 41.66%;
}
.col-6{ width: 50%;
}
.col-7{ width: 58.31%;
}
.col-8{ width: 66.64%;
}
.col-9{ width: 75%;
}
.col-10{ width: 83.3%;
}
.col-11{ width: 91.63%;
}
.col-12{ width: 100%;
}
div{ padding: 1px;
}
@media only screen and (max-width:400px){
.col-mb-1{ width: 8.33%;
}
.col-mb-2{ width: 16.66%;
}
.col-mb-3{ width: 25%;
}
.col-mb-4{ width: 33.33%;
}
.col-mb-5{ width: 41.66%;
}
.col-mb-6{ width: 50%;
}
.col-mb-7{ width: 58.31%;
}
.col-mb-8{ width: 66.64%;
}
.col-mb-9{ width: 75%;
}
.col-mb-10{ width: 83.3%;
}
.col-mb-11{ width: 91.63%;
}
.col-mb-12{ width: 100%;
}
}
CSS framework - Script Codes
CSS framework - Script Codes
Home Page Home
Developer Sudipta Das
Username sdas13
Uploaded January 21, 2023
Rating 3
Size 1,716 Kb
Views 4,048
Do you need developer help for CSS framework?

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!

Sudipta Das (sdas13) Script Codes
Create amazing SEO content 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!