Flexbox is AWESOME

Developer
Size
2,524 Kb
Views
16,192

How do I make an flexbox is awesome?

The title says it all. Who needs frameworks when you can use flexbox?!. What is a flexbox is awesome? How do you make a flexbox is awesome? This script and codes were developed by Joost Jansen on 19 November 2022, Saturday.

Flexbox is AWESOME Previews

Flexbox is AWESOME - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flexbox is AWESOME</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="flexcontainer"> <h1>FLEXBOX</h1> <p>is awesome!</p>
</div>
<div class="flexcontainer"> <h1>OMG</h1> <p>Moar content!</p>
</div><!-- add any containers below and everything will look nice automatically -->
<div class="flexcontainer"> <p>freakspot [10:59 PM] @bitspls: Do you make everything on codepen?</p> <h1>yes.</h1>
</div>
</body>
</html>

Flexbox is AWESOME - Script Codes CSS Codes

/* all that is needed for a coowl full screen landingpage with flexbox */
.flexcontainer { height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
/* some cool styling */
.flexcontainer:nth-child(odd) { background-color: #1081F9; color: black;
}
.flexcontainer:nth-child(even) { background-color: #3B3E43; color: white;
}
Flexbox is AWESOME - Script Codes
Flexbox is AWESOME - Script Codes
Home Page Home
Developer Joost Jansen
Username DevItWithDavid
Uploaded November 19, 2022
Rating 3
Size 2,524 Kb
Views 16,192
Do you need developer help for Flexbox is AWESOME?

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!

Joost Jansen (DevItWithDavid) Script Codes
Create amazing captions 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!