Color

This commit is contained in:
Lupancham 2024-07-20 14:33:29 -04:00
parent 85a5a590af
commit abccba8e93
2 changed files with 7 additions and 2 deletions

View file

@ -92,7 +92,12 @@
}
h1, h2, h3 {
color: #a0a0ff;
background: hsl(248,81%,39%);
background: linear-gradient(45deg, hsl(242,80%,46%) 0%, hsl(237,79%,60%) 100%);
background: -moz-linear-gradient(45deg, hsl(244,59%,50%) 0%, hsla(237, 89%, 72%, 1) 100%);
background: -webkit-linear-gradient(45deg, hsla(295, 84%, 62%, 1) 0%, hsla(237, 89%, 72%, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p {

View file

@ -99,7 +99,7 @@
</nav>
<!-- Content Starts Below -->
<p style="text-align: center; font-size: 50px; background: hsl(248,81%,39%); background: linear-gradient(45deg, hsl(242,80%,46%) 0%, hsl(237,79%,60%) 100%); background: -moz-linear-gradient(45deg, hsl(244,59%,50%) 0%, hsla(237, 89%, 72%, 1) 100%); background: -webkit-linear-gradient(45deg, hsla(295, 84%, 62%, 1) 0%, hsla(237, 89%, 72%, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;"><strong>None atm™</strong></p>
<!-- Content Ends Here -->
<footer>