Flexbox, big third, third gone

Developer
Size
1,777 Kb
Views
24,288

How do I make an flexbox, big third, third gone?

This is an example from the blog article Playing around with Flexbox at http://www.tipue.com/blog/flexbox/. What is a flexbox, big third, third gone? How do you make a flexbox, big third, third gone? This script and codes were developed by Steve Pear on 17 November 2022, Thursday.

Flexbox, big third, third gone Previews

Flexbox, big third, third gone - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Flexbox, big third, third gone</title> <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="item">One</div><div class="item">Two</div><div class="item three">Three</div></div>
</body>
</html>

Flexbox, big third, third gone - Script Codes CSS Codes

.container
{ display: flex; flex-flow: row wrap; margin-left: 10px;
}
.item
{ flex: 1 1 auto; background-color: #f3f2ef; border-radius: 3px; width: 170px; height: 65px; margin: 20px 10px; padding-top: 35px; font: 300 16px/1.3 'Helvetica Neue' sans-serif; color: #333; text-align: center;
}
.three
{ padding-top: 55px; margin: 0 0 0 10px; height: 100vh;
}
@media screen and (max-width: 670px)
{ .container, .item { margin: 10px; } .three { display: none; }
}
Flexbox, big third, third gone - Script Codes
Flexbox, big third, third gone - Script Codes
Home Page Home
Developer Steve Pear
Username Tipue
Uploaded November 17, 2022
Rating 3
Size 1,777 Kb
Views 24,288
Do you need developer help for Flexbox, big third, third gone?

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!

Steve Pear (Tipue) 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!