Work in progress

Developer
Size
2,570 Kb
Views
22,264

How do I make an work in progress?

What is a work in progress? How do you make a work in progress? This script and codes were developed by Pongstr on 21 September 2022, Wednesday.

Work in progress Previews

Work in progress - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>work in progress</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="column"></div> <div class="column"></div> <div class="column"></div> <div class="column"></div> <div class="column"></div> <div class="column active"></div> <div class="column"></div> <div class="column"></div>
</div>
</body>
</html>

Work in progress - Script Codes CSS Codes

*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html,
body { min-height: 100%;
}
.container { margin: 25px;
}
.container:before, .container:after { display: table; content: " ";
}
.container:after { clear: both;
}
.column { -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; min-height: 100px; border: 1px solid #fff; background-color: #ddd;
}
@media (min-width: 992px) { .column { display: block; float: left; width: 25%; padding-left: 15px; padding-right: 15px; }
}
@media (min-width: 1200px) { .column { display: block; float: left; width: 25%; padding-left: 15px; padding-right: 15px; }
}
.column:hover { -moz-transform: scale(1.5, 1.5); -ms-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; -moz-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.55); -webkit-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.55); box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.55); position: relative; z-index: 100;
}
.column:hover:before, .column:hover:after { position: absolute; bottom: -11px; width: 10px; content: " ";
}
.column:hover:before { left: -11px; border-top: 0; border-left: 10px solid transparent; border-right: 10px solid rgba(0, 0, 0, 0.55); border-bottom: 10px solid transparent;
}
.column:hover:after { right: -11px; border-top: 0; border-right: 10px solid transparent; border-left: 10px solid rgba(0, 0, 0, 0.55); border-bottom: 10px solid transparent;
}
Work in progress - Script Codes
Work in progress - Script Codes
Home Page Home
Developer Pongstr
Username pongstr
Uploaded September 21, 2022
Rating 3
Size 2,570 Kb
Views 22,264
Do you need developer help for Work in progress?

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!

Pongstr (pongstr) 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!