Update 'style.css'
parent
8184f9ec01
commit
ca739e9246
@ -1,66 +1,77 @@
|
||||
body{
|
||||
background:#e30613;
|
||||
font-family: 'Open Sans',sans-serif ;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;}
|
||||
|
||||
img{ border-radius: 50% ;
|
||||
}
|
||||
.Profil-Bild{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 3%;
|
||||
height:auto;
|
||||
max-width: 100px;
|
||||
|
||||
}
|
||||
|
||||
.Profil-Name{
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: rgba(255, 255, 255, 0.808);
|
||||
|
||||
}
|
||||
.text{text-align: center;
|
||||
padding: 10x;
|
||||
color: rgba(255, 255, 255, 0.808);
|
||||
}
|
||||
|
||||
|
||||
.links{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
padding:20px;
|
||||
border: 1px solid white;
|
||||
border-width: 2px;
|
||||
border-radius: 40px;
|
||||
width: 290px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
transition:color 1s;
|
||||
}
|
||||
|
||||
.bottom-text{
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
background: #e30613;
|
||||
}
|
||||
|
||||
.Links:hover{
|
||||
|
||||
background: rgba(255, 255, 255, 0.808);
|
||||
|
||||
}
|
||||
|
||||
.social-media {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
body{
|
||||
background:#12141d;
|
||||
font-family: 'Open Sans',sans-serif ;
|
||||
font-size: 14px;
|
||||
letter-spacing: 2px;}
|
||||
|
||||
img{ border-radius: 50% ;
|
||||
}
|
||||
.Profil-Bild{
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 3%;
|
||||
height:auto;
|
||||
max-width: 100px;
|
||||
|
||||
}
|
||||
|
||||
.Profil-Name{
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: rgba(255, 255, 255, 0.808);
|
||||
|
||||
}
|
||||
.text{
|
||||
text-align: center;
|
||||
padding: 10x;
|
||||
color: rgba(255, 255, 255, 0.808);
|
||||
}
|
||||
|
||||
|
||||
.links{
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
padding:20px;
|
||||
border: 10px solid #ff715b;
|
||||
border-width: 2px;
|
||||
border-radius: 40px;
|
||||
width: 290px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
transition:color 1s;
|
||||
}
|
||||
|
||||
|
||||
.Links:hover{
|
||||
|
||||
background: #ff715b;
|
||||
}
|
||||
|
||||
.social-media {
|
||||
padding-top: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.link-dark {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 40px;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue