1
0
mirror of https://github.com/He3a/He3a.github.io.git synced 2024-10-03 19:47:11 +03:00
He3a.github.io/style.css

70 lines
959 B
CSS

body {
margin: 0px;
}
a {
text-decoration: none;
color: #00d1fb;
}
a:hover {
color: #62defd;
}
#num {
/*position used to be absolute*/
position: relative;
left: 100px;
font-family: helvetica;
font-size: 350px;
font-weight: bold;
color: #e6e6e6;
}
#name {
font-family: helvetica;
font-size: 100px;
font-weight: bold;
color: #999999;
/*position used to be absolute*/
position: absolute;
top: 20px;
right: 10%;
}
#rel {
position: relative;
/*top used to be 350px*/
top: 100px;
padding: 50px;
width: 640px;
display: block;
margin-right: auto;
margin-left: auto;
}
#other {
text-align: center;
font-family: helvetica;
padding-bottom: 20px;
font-weight: bold;
font-size: 50px;
}
#sites {
text-align: center;
font-family: helvetica;
font-size: 40px;
}
#textinfo {
font-family: helvetica;
font-weight: bold;
font-size: 100px;
margin-right: auto;
margin-left: auto;
width: 500px;
text-align: center;
color: #333333
}