OP 02 January, 2021 - 03:28 AM
(This post was last modified: 02 January, 2021 - 03:28 AM by SlippingJimmy.)
Hey, I've seen a few threads of people showing off their CSS, here's mine.
Credit to @AlexKKhalifa for the dreams CSS, the rest is done by me.
Here's a preview: https://i.imgur.com/EPGuReQ.png
It's very simple, that's why I like it :)
Credit to @AlexKKhalifa for the dreams CSS, the rest is done by me.
Here's a preview: https://i.imgur.com/EPGuReQ.png
Code:
#panel .upper i {
background-clip: border-box;
-webkit-background-clip: text;
text-shadow: 0 0 5px
#4e1336;
background-image: url(https://static.cracked.sh/images/bg1.gif),linear-gradient(90deg,
#ed0d0d 0,#590e4b 100%,#fff);
-webkit-text-fill-color:transparent;
color:#FF512F;
font-weight: 700;
}
.thead {
background: rgb(0,130,255);
background: linear-gradient(25deg, rgba(0,130,255,1) 0%, rgba(0,48,255,1) 0%, rgba(183,0,255,1) 100%);
}
.thread-header {
background: rgb(0,130,255);
background: linear-gradient(25deg, rgba(0,130,255,1) 0%, rgba(0,48,255,1) 0%, rgba(183,0,255,1) 100%);
}
It's very simple, that's why I like it :)