Color

Size
1,931 Kb
Views
22,264

How do I make an color?

What is a color? How do you make a color? This script and codes were developed by Jonathan De Jesús on 24 November 2022, Thursday.

Color Previews

Color - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Color</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="row text-center"> <div class="palette"></div> <div class="palette"></div> <div class="palette"></div> <div class="palette"></div> <div class="palette"></div> </div>
</div> <script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Color - Script Codes CSS Codes

.container{ margin-top:4.5em;
} .palette{ width:70px; height:70px; border-radius:50%; background-color:#eee; display:inline-block;
}
.palette:nth-child(1){ background-color:#3c54ec;
}
.palette:nth-child(2){ background-color:#3f3d47;
}
.palette:nth-child(3){ background-color:#e2dfe1;
}
.palette:nth-child(4){ background-color:#f9f8f7;
}
.palette:nth-child(5){ background-color:#2785ff;
}

Color - Script Codes JS Codes

// https://dribbble.com/shots/2745985-Web-App-Landing-Page-Design
// https://dribbble.com/shots/2754441-Skype-Redesign
// https://dribbble.com/shots/2495053-White-Graph
//
Color - Script Codes
Color - Script Codes
Home Page Home
Developer Jonathan De Jesús
Username JonathanDeJesus
Uploaded November 24, 2022
Rating 3
Size 1,931 Kb
Views 22,264
Do you need developer help for Color?

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!

Jonathan De Jesús (JonathanDeJesus) Script Codes
Create amazing captions 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!