Perfect Primary Colors

Size
1,835 Kb
Views
36,432

How do I make an perfect primary colors?

The nicest 3 hexadecimal primary colors i have come across.. What is a perfect primary colors? How do you make a perfect primary colors? This script and codes were developed by Joseph Victory on 20 August 2022, Saturday.

Perfect Primary Colors Previews

Perfect Primary Colors - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Perfect Primary Colors</title> <link href='http://fonts.googleapis.com/css?family=Open+Sans:800italic,400,800' rel='stylesheet' type='text/css'> <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 id="contain"> <div class="yellow"><p>This yellow<br />#fb4f4f</p></div> <div class="blue"><p>This Blue<br />#6cc0e5</p></div> <div class="red"><p>This Red<br />#fbc93d</p></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Perfect Primary Colors - Script Codes CSS Codes

html, body{ height: 100%; font-family: 'Open Sans', sans-serif;
}
p{ font-size:80px; font-weight:bold; text-transform:uppercase; text-align:center; opacity:0.2; color:white; margin-top:33%;
}
p:hover{ opacity:0.8;
}
.red,.blue,.yellow{ height:100%; float:left; width:33.3%
}
.red{ background-color:#fb4f4f;
}
.blue{ background-color:#6cc0e5;
}
.yellow{ background-color:#fbc93d;
}
#contain{ height:100%;
}
Perfect Primary Colors - Script Codes
Perfect Primary Colors - Script Codes
Home Page Home
Developer Joseph Victory
Username j-w-v
Uploaded August 20, 2022
Rating 3
Size 1,835 Kb
Views 36,432
Do you need developer help for Perfect Primary Colors?

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!

Joseph Victory (j-w-v) 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!