html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!-- Made with pure html , css and js -->
<!-- If you like the code , please upvote it -->
<!-- Will be happy to hear any feedback from your side -->
<!-- Thanks for your precious time ☺️☺️ -->
<!-- Hope this would be helpful for all those who wants the best color combination for their project and also for those who want to learn css gradients -->
<!-- It will also provide rgb value for any particular color you choose -->
<!DOCTYPE html>
<html>
<head>
<title>🎨 Css Cool Generator 🎨</title>
</head>
<body id="gradient">
<div id="main">
<h1 id="heading"> CSS GRADIENTS </h1>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body
{
margin:0px;
}
#main
{
position:fixed;
display:block;
min-height:100%;
min-width:100%;
top:0%;
background-color:rgba(0,0,0,0.8);
}
.heading
{
font-family: serif;
text-align: center;
margin-top:8%;
color:rgba(0,0,0,0.5);
display:block;
letter-spacing:.2em;
}
#heading
{
font-family: serif;
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("If you are new to Css Gradients please read the help section.\n\nIf you 💝 the code ,\n\nPlease let me know which part you love the most.");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run