Faux column absolute wrapper

Developer
Size
1,823 Kb
Views
18,216

How do I make an faux column absolute wrapper?

What is a faux column absolute wrapper? How do you make a faux column absolute wrapper? This script and codes were developed by Yuri Morini on 24 November 2022, Thursday.

Faux column absolute wrapper Previews

Faux column absolute wrapper - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>faux column absolute wrapper</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="menu"> <div class="wrapper clearfix"> <div class="column">Sono 200px</div> <div class="vedette">bb</div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Faux column absolute wrapper - Script Codes CSS Codes

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;
}
.clearfix { display: inline-block;
}
html[xmlns] .clearfix { display: block;
}
* html .clearfix { height: 1%;
}
/************************************************************************/
.menu { width:600px; position:absolute; top:100px; left:80px;
}
.menu .wrapper { background-image: linear-gradient(to right, #f00 0, #f00 200px, #0f0 200px, #0f0 100%); background-repeat: repeat-y; width:100%;
}
.menu .column { height:100px; width:200px; float:left; background:#f00;
}
.menu .vedette { height:120px; width:200px; float:left; background:#0f5; transition-duration: 0.3s; transition-property: height; -webkit-animation: 1s ease infinite sugiu; animation: 1s ease infinite sugiu;
}
@-moz-keyframes sugiu {
0% { height: 120px;
}
50% { height:600px;
}
100% { height:0;
}
}
Faux column absolute wrapper - Script Codes
Faux column absolute wrapper - Script Codes
Home Page Home
Developer Yuri Morini
Username yurimorini
Uploaded November 24, 2022
Rating 3
Size 1,823 Kb
Views 18,216
Do you need developer help for Faux column absolute wrapper?

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!

Yuri Morini (yurimorini) Script Codes
Create amazing love letters 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!