Learning Flexbox via flexbox.io

Developer
Size
2,342 Kb
Views
20,240

How do I make an learning flexbox via flexbox.io?

What is a learning flexbox via flexbox.io? How do you make a learning flexbox via flexbox.io? This script and codes were developed by Keith Wyland on 13 September 2022, Tuesday.

Learning Flexbox via flexbox.io Previews

Learning Flexbox via flexbox.io - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Learning Flexbox via flexbox.io</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <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! */ * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Some default styles to make each box visible */
.box { color:white; font-size: 50px; text-align: center; text-shadow:4px 4px 0 rgba(0,0,0,0.1); padding:10px;
}
/* Colours for each box */
.box1 { background:#1abc9c;}
.box2 { background:#3498db;}
.box3 { background:#9b59b6;}
.box4 { background:#34495e;}
.box5 { background:#f1c40f;}
.box6 { background:#e67e22;}
.box7 { background:#e74c3c;}
.box8 { background:#bdc3c7;}
.box9 { background:#2ecc71;}
.box10 { background:#16a085;}
/* We start writing out flexbox here. The above is just page setup */
.container { display:flex; flex-wrap: wrap; flex-direction: column; height: 100vh;
}
.box { flex-basis: 250px; flex-grow: 1;
}
.box3 { flex-grow:10;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="container"> <div class="box box1">one 1</div> <div class="box box2">two 2</div> <div class="box box3">three 3</div> <div class="box box4">four 4</div> <div class="box box5">five 5</div> <div class="box box6">six 6</div> </div>
</body>
</html>

Learning Flexbox via flexbox.io - Script Codes CSS Codes

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* Some default styles to make each box visible */
.box { color:white; font-size: 50px; text-align: center; text-shadow:4px 4px 0 rgba(0,0,0,0.1); padding:10px;
}
/* Colours for each box */
.box1 { background:#1abc9c;}
.box2 { background:#3498db;}
.box3 { background:#9b59b6;}
.box4 { background:#34495e;}
.box5 { background:#f1c40f;}
.box6 { background:#e67e22;}
.box7 { background:#e74c3c;}
.box8 { background:#bdc3c7;}
.box9 { background:#2ecc71;}
.box10 { background:#16a085;}
/* We start writing out flexbox here. The above is just page setup */
.container { display:flex; flex-wrap: wrap; flex-direction: column; height: 100vh;
}
.box { flex-basis: 250px; flex-grow: 1;
}
.box3 { flex-grow:10;
}
Learning Flexbox via flexbox.io - Script Codes
Learning Flexbox via flexbox.io - Script Codes
Home Page Home
Developer Keith Wyland
Username keithwyland
Uploaded September 13, 2022
Rating 3
Size 2,342 Kb
Views 20,240
Do you need developer help for Learning Flexbox via flexbox.io?

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!

Keith Wyland (keithwyland) Script Codes
Create amazing video scripts 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!