mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-18 02:50:18 -04:00
Changes to backgrounds
This commit is contained in:
commit
3137fbe05e
|
@ -114,8 +114,10 @@ nav {
|
|||
box-sizing: border-box; }
|
||||
|
||||
body {
|
||||
color: #8f8f8f;
|
||||
background: white;
|
||||
//color: #8f8f8f;
|
||||
//background: white;
|
||||
color: white;
|
||||
background-image: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
|
||||
font-family: "Cardo", serif;
|
||||
font-weight: 300;
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
|
@ -148,28 +150,10 @@ p {
|
|||
animation: 10000ms ease-in-out infinite color-change;
|
||||
}
|
||||
|
||||
@keyframes color-change {
|
||||
0% {
|
||||
background-color: teal;
|
||||
}
|
||||
20% {
|
||||
background-color: gold;
|
||||
}
|
||||
40% {
|
||||
background-color: indianred;
|
||||
}
|
||||
60% {
|
||||
background-color: violet;
|
||||
}
|
||||
80% {
|
||||
background-color: green;
|
||||
}
|
||||
100% {
|
||||
background-color: teal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
padding-top: 70px;
|
||||
min-height: 100vh;
|
||||
letter-spacing: 2px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user