Work In Progress

Developer
Size
3,184 Kb
Views
14,168

How do I make an work in progress?

Just practicing :). What is a work in progress? How do you make a work in progress? This script and codes were developed by Danny on 23 September 2022, Friday.

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='controller'> <div class='pad'> <div class='cross'> <div class='arrows hori'> <i class='fa fa-arrow-left'></i> <i class='fa fa-arrow-right'></i> </div> <div class='arrows vert'> <i class='fa fa-arrow-left'></i> <i class='fa fa-arrow-right'></i> </div> </div> <div class='function'></div> <div class='ab'></div> </div>
</div>
</body>
</html>

Work In Progress - Script Codes CSS Codes

@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
.controller { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #cbc5b7; background-image: url("//transparenttextures.com/patterns/asfalt-light.png"); width: 600px; height: 270px; border-radius: 10px; box-shadow: inset 0 3px 15px rgba(255, 255, 255, 0.8), inset 0 2px 4px rgba(0, 0, 0, 0.4), inset 2px 0 4px rgba(0, 0, 0, 0.2), inset -2px 0 4px rgba(0, 0, 0, 0.2);
}
.controller:after { content: ''; position: absolute; top: 0; left: 140px; width: 20px; height: 10px; border-left: 1px solid rgba(0, 0, 0, 0.1); border-right: 1px solid rgba(0, 0, 0, 0.1); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 10%, #cbc5b7 20%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 10%, #cbc5b7 20%);
}
.pad { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; left: 50%; bottom: 15px; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: #444; width: 570px; height: 210px; border-radius: 5px; background-image: url("//transparenttextures.com/patterns/navy.png"); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.cross { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
}
.cross .arrows { position: absolute; bottom: 65px; left: 27.5px; width: 120px; height: 45px; background: #111; border-radius: 5px;
}
.cross .arrows:before { content: ''; position: absolute; width: 10px; height: 100%; border-radius: 5px; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, #111 50%); background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, #111 50%);
}
.cross .arrows:after { content: ''; position: absolute; right: 0; width: 10px; height: 100%; border-radius: 5px; background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.2) 0%, #111 50%); background: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0%, #111 50%);
}
.cross .arrows .fa { margin-top: 7.5px; margin-left: 7.5px; font-size: 30px; color: #222;
}
.cross .arrows .fa-arrow-right { margin-left: 47.5px;
}
.cross .arrows.vert { -webkit-transform: rotate(90deg); transform: rotate(90deg);
}
.function { -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
}
.ab { -webkit-box-flex: 1.23; -ms-flex: 1.23; flex: 1.23;
}
Work In Progress - Script Codes
Work In Progress - Script Codes
Home Page Home
Developer Danny
Username ExtremelyGinger
Uploaded September 23, 2022
Rating 3
Size 3,184 Kb
Views 14,168
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!

Danny (ExtremelyGinger) Script Codes
Create amazing marketing copy 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!