Work in Progress

Size
2,991 Kb
Views
24,288

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 Ashlee Phillips on 15 September 2022, Thursday.

Work in Progress Previews

Work in Progress - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Work in Progress</title> <script src="https://use.fontawesome.com/d258cc4cb5.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #313841;
}
.main-trash { width: 70px; height: 70px; border-radius: 5px; margin: 80px auto;
}
.main-trash .icon { width: 70px; height: 70px; border-radius: 5px 0 0 5px; background: #1C242B; text-align: center; float: left;
}
.main-trash i { color: white; font-size: 35px; line-height: 70px; transition: color 500ms ease;
}
.red-trash i { color: #F34541;
}
.delete-prompt { width: 325px; background: #F34541;
}
.prompt { color: white; float: left; font-size: 30px; font-family: Arial; line-height: 70px; text-align: center; width: 255px; position: relative;
}
.right-arrow { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #1C242B; position: absolute; top: 50%; left: 0; margin-top: -4px;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="main-trash delete-prompt"> <div class="icon"> <i class="fa fa-trash-o" aria-hidden="true"></i> </div> <div class="prompt"> <span class="right-arrow"></span> <span>Delete</span> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Work in Progress - Script Codes CSS Codes

body { background: #313841;
}
.main-trash { width: 70px; height: 70px; border-radius: 5px; margin: 80px auto;
}
.main-trash .icon { width: 70px; height: 70px; border-radius: 5px 0 0 5px; background: #1C242B; text-align: center; float: left;
}
.main-trash i { color: white; font-size: 35px; line-height: 70px; transition: color 500ms ease;
}
.red-trash i { color: #F34541;
}
.delete-prompt { width: 325px; background: #F34541;
}
.prompt { color: white; float: left; font-size: 30px; font-family: Arial; line-height: 70px; text-align: center; width: 255px; position: relative;
}
.right-arrow { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #1C242B; position: absolute; top: 50%; left: 0; margin-top: -4px;
}

Work in Progress - Script Codes JS Codes

$(document).ready(function () { $(".main-trash").click(function() { $(this).addClass("red-trash"); });
});
Work in Progress - Script Codes
Work in Progress - Script Codes
Home Page Home
Developer Ashlee Phillips
Username smashlee
Uploaded September 15, 2022
Rating 3
Size 2,991 Kb
Views 24,288
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!

Ashlee Phillips (smashlee) 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!