Float wrapping demo

Size
1,653 Kb
Views
8,096

How do I make an float wrapping demo?

What is a float wrapping demo? How do you make a float wrapping demo? This script and codes were developed by Rico Sta. Cruz on 19 January 2023, Thursday.

Float wrapping demo Previews

Float wrapping demo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Float wrapping demo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='container'> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div> <div class='item'><span>HI</span></div>
</div>
</body>
</html>

Float wrapping demo - Script Codes CSS Codes

.container { width: 600px;
}
/* Clearfix */
.container:after { content: ''; display: table; clear: both; zoom: 1; }
.item { width: 10%; float: left; text-align: center;
}
.item > span { display: inline-block; width: 32px; height: 32px; line-height: 32px; margin: 8px auto; background: #eee; color: #333; border-radius: 50%; font-family: sans-serif; font-size: 12px; font-weight: bold;
}
/* To see what's going on */
.container { outline: dotted 1px blue;
}
.item { outline: dotted 1px cyan;
}
Float wrapping demo - Script Codes
Float wrapping demo - Script Codes
Home Page Home
Developer Rico Sta. Cruz
Username rstacruz
Uploaded January 19, 2023
Rating 3
Size 1,653 Kb
Views 8,096
Do you need developer help for Float wrapping demo?

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!

Rico Sta. Cruz (rstacruz) 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!