Sloppy Panels

Developer
Size
1,673 Kb
Views
14,168

How do I make an sloppy panels?

Just a quick proof of concept. Obviously not a good solution for panels.. What is a sloppy panels? How do you make a sloppy panels? This script and codes were developed by Patrick on 21 November 2022, Monday.

Sloppy Panels Previews

Sloppy Panels - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sloppy Panels</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul> <li class="panel1"></li> <li class="panel2"></li> <li class="panel3"></li>
</ul>
</body>
</html>

Sloppy Panels - Script Codes CSS Codes

body { margin: 50px; background: #dbdbdb; }
ul { margin: 0; padding: 0; list-style: none; } li { display: inline-block; width: 10px; height: 400px; padding: 20px; -webkit-transition: width .3s; box-sizing: border-box; } li:hover { width: 400px; }
.panel1 { background: url('http://farm3.staticflickr.com/2022/2179931106_2359dea88c_o.jpg') no-repeat; }
.panel2 { background: url('http://farm1.staticflickr.com/55/148800272_86cffac801_b.jpg') no-repeat; }
.panel3 { background: url('http://farm8.staticflickr.com/7061/6921195955_f0b06b9536_b.jpg') no-repeat; }
Sloppy Panels - Script Codes
Sloppy Panels - Script Codes
Home Page Home
Developer Patrick
Username hinducows
Uploaded November 21, 2022
Rating 3
Size 1,673 Kb
Views 14,168
Do you need developer help for Sloppy Panels?

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!

Patrick (hinducows) 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!