Flex Box Scratch

Developer
Size
2,304 Kb
Views
30,360

How do I make an flex box scratch?

Learning flexbox layouts. http://flexbox.io/#/. What is a flex box scratch? How do you make a flex box scratch? This script and codes were developed by Kevin Sherman on 06 September 2022, Tuesday.

Flex Box Scratch Previews

Flex Box Scratch - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flex Box Scratch</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="container">	<div class="box box1">High School Students</div>	<div class="box box2">Transfer Students</div>	<div class="box box3">Non-Traditional / Adult Students</div>	<div class="box box4">Graduate Students</div>	<div class="box box5">Online Students</div>	<div class="box box6">International Students</div>
</div>
</body>
</html>

Flex Box Scratch - Script Codes CSS Codes

html { box-sizing: border-box;
}
*, *:before, *:after { box-sizing: inherit;
}
.box { color: white; font-size: 1rem; text-align: center; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); padding: 10px; width: 50%;
}
.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;
}
.container { display: -webkit-box; display: -ms-flexbox; display: flex; border: 10px solid goldenrod; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
Flex Box Scratch - Script Codes
Flex Box Scratch - Script Codes
Home Page Home
Developer Kevin Sherman
Username ksherman
Uploaded September 06, 2022
Rating 3
Size 2,304 Kb
Views 30,360
Do you need developer help for Flex Box Scratch?

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!

Kevin Sherman (ksherman) 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!