Update 'style.css'

eliasjohn-patch-1
Elias John 4 years ago
parent 8184f9ec01
commit ca739e9246

@ -1,5 +1,5 @@
body{ body{
background:#e30613; background:#12141d;
font-family: 'Open Sans',sans-serif ; font-family: 'Open Sans',sans-serif ;
font-size: 14px; font-size: 14px;
letter-spacing: 2px;} letter-spacing: 2px;}
@ -22,7 +22,8 @@ body{
color: rgba(255, 255, 255, 0.808); color: rgba(255, 255, 255, 0.808);
} }
.text{text-align: center; .text{
text-align: center;
padding: 10x; padding: 10x;
color: rgba(255, 255, 255, 0.808); color: rgba(255, 255, 255, 0.808);
} }
@ -32,13 +33,14 @@ body{
text-align: center; text-align: center;
margin-top: 20px; margin-top: 20px;
padding:20px; padding:20px;
border: 1px solid white; border: 10px solid #ff715b;
border-width: 2px; border-width: 2px;
border-radius: 40px; border-radius: 40px;
width: 290px; width: 290px;
display: block; display: block;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
a{ a{
@ -47,20 +49,29 @@ body{
transition:color 1s; transition:color 1s;
} }
.bottom-text{
text-align: center;
margin-top: 40px;
font-size: 14px;
font-weight: bold;
background: #e30613;
}
.Links:hover{ .Links:hover{
background: rgba(255, 255, 255, 0.808); background: #ff715b;
} }
.social-media { .social-media {
padding-top: 20px;
display: flex; display: flex;
justify-content: center; justify-content: center;
}
.link-dark {
display: flex;
justify-content: center;
padding-top: 10px;
padding-bottom: 40px;
}
Loading…
Cancel
Save