Simple yet functional

Developer
Size
2,025 Kb
Views
18,216

How do I make an simple yet functional?

What is a simple yet functional? How do you make a simple yet functional? This script and codes were developed by Matheus Silva on 20 October 2022, Thursday.

Simple yet functional Previews

Simple yet functional - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>simple yet functional</title> <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-color: rgb(43,43,43);
}
.con{ width: 100px; height: 12px; background-color: rgb(43,43,43); border-radius: 9px; position: absolute; left: 46%; top: 54%; border: 3px solid white;
}
.con:after{ content: ''; width: 10px; height: 10px; background-color: #fff; border-radius: 100px; position: absolute; left: 90%; top: 10%; animation: cross_y 3s infinite;
}
.con:before{ content: 'Loading'; width: 10px; height: 10px; color: #fff; border-radius: 100px; position: absolute; left: 26%; top: 102%;
}
@keyframes cross_y { 0%{ left: 90%; background-color: green; } 50%{ left: 1%; background-color: yellow; } 100%{ background-color: green; }
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="con"></div>
</body>
</html>

Simple yet functional - Script Codes CSS Codes

body{ background-color: rgb(43,43,43);
}
.con{ width: 100px; height: 12px; background-color: rgb(43,43,43); border-radius: 9px; position: absolute; left: 46%; top: 54%; border: 3px solid white;
}
.con:after{ content: ''; width: 10px; height: 10px; background-color: #fff; border-radius: 100px; position: absolute; left: 90%; top: 10%; animation: cross_y 3s infinite;
}
.con:before{ content: 'Loading'; width: 10px; height: 10px; color: #fff; border-radius: 100px; position: absolute; left: 26%; top: 102%;
}
@keyframes cross_y { 0%{ left: 90%; background-color: green; } 50%{ left: 1%; background-color: yellow; } 100%{ background-color: green; }
}
Simple yet functional - Script Codes
Simple yet functional - Script Codes
Home Page Home
Developer Matheus Silva
Username matheusxaviersi
Uploaded October 20, 2022
Rating 3
Size 2,025 Kb
Views 18,216
Do you need developer help for Simple yet functional?

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!

Matheus Silva (matheusxaviersi) Script Codes
Create amazing web content 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!