Update cyber.css
This commit is contained in:
parent
0f55c80224
commit
4174b25ba1
39
s/cyber.css
39
s/cyber.css
|
@ -34,8 +34,33 @@ a:hover {
|
|||
text-decoration: none;
|
||||
animation: glitch2 2s steps(100) infinite;
|
||||
color: white;
|
||||
border: 1px solid #9a0039;
|
||||
background-color: #061412;
|
||||
}
|
||||
|
||||
.controls {
|
||||
text-align: center;
|
||||
color: #01f4b5;
|
||||
font-weight: bold;
|
||||
width: 888px;
|
||||
margin: 0 auto;
|
||||
background: #061412;
|
||||
padding-top: 0;
|
||||
margin-top: 5px;
|
||||
border: 1px solid #9a0039;
|
||||
}
|
||||
|
||||
.medium, .thumbnail {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 5px;
|
||||
background: #061412;
|
||||
border: 2px solid #9a0039;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.thumb {
|
||||
border: 2px solid rgb(4, 232, 189);
|
||||
}
|
||||
|
@ -76,8 +101,18 @@ a#holland:hover {
|
|||
|
||||
/* PANEL */
|
||||
.panel {
|
||||
background-color: rgba(4, 27, 23, 0.61);
|
||||
border: 5px solid #9a0039;
|
||||
background-color: rgba(4, 27, 23, 0.61);
|
||||
border: 2px solid #9a0039;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
text-align: center;
|
||||
margin-top: 7px;
|
||||
width: 888px;
|
||||
margin: 0 auto;
|
||||
border: 2px solid #9a0039;
|
||||
background: #061412;
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
@keyframes noise-anim {
|
||||
|
|
Loading…
Reference in New Issue
Block a user