layout
This commit is contained in:
parent
4b2a0adf29
commit
a60b3e5a12
4 changed files with 31 additions and 27 deletions
|
@ -49,29 +49,33 @@ body {
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
.rb-anim{
|
||||
position: relative;
|
||||
letter-spacing: 0.05em;
|
||||
font-weight: 500;
|
||||
background: linear-gradient(
|
||||
#fd004c 16.7%,
|
||||
#fe9000 16.7%,
|
||||
#fe9000 33.4%,
|
||||
#fff020 33.4%,
|
||||
#fff020 50.1%,
|
||||
#3edf4b 50.1%,
|
||||
#3edf4b 66.8%,
|
||||
#3363ff 66.8%,
|
||||
#3363ff 83.5%,
|
||||
#b102b7 83.5%
|
||||
);
|
||||
color: transparent;
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-stroke: 0.04em white;
|
||||
margin-bottom: 0.5em;
|
||||
line-height: 1.1em;
|
||||
animation: rainbow 50s linear infinite;
|
||||
.chatlink {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.rb-anim {
|
||||
position: relative;
|
||||
letter-spacing: 0.05em;
|
||||
font-weight: 500;
|
||||
background: linear-gradient(
|
||||
#fd004c 16.7%,
|
||||
#fe9000 16.7%,
|
||||
#fe9000 33.4%,
|
||||
#fff020 33.4%,
|
||||
#fff020 50.1%,
|
||||
#3edf4b 50.1%,
|
||||
#3edf4b 66.8%,
|
||||
#3363ff 66.8%,
|
||||
#3363ff 83.5%,
|
||||
#b102b7 83.5%
|
||||
);
|
||||
color: transparent;
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-stroke: 0.04em white;
|
||||
margin-bottom: 0.5em;
|
||||
line-height: 1.1em;
|
||||
animation: rainbow 50s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
|
@ -93,6 +97,7 @@ a {
|
|||
text-decoration: none;
|
||||
color: #feac46;
|
||||
background-color: #0a2145;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mimg {
|
||||
|
@ -623,4 +628,3 @@ div.wrapper h2 {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue