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

71 lines
879 B
CSS
Raw Normal View History

2014-04-19 21:48:20 +04:00
body {
margin: 0px;
}
2014-04-19 22:27:08 +04:00
a {
text-decoration: none;
color: #00d1fb;
}
a:hover {
color: #62defd;
}
2014-04-19 21:48:20 +04:00
#H3 {
width: 100%;
2014-04-19 22:27:08 +04:00
position: relative;
2014-04-19 21:48:20 +04:00
top: 300px;
}
#num {
position: fixed;
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: fixed;
top: 20px;
2014-04-19 22:35:28 +04:00
right: 10%;
2014-04-19 21:48:20 +04:00
}
#link {
font-family: helvetica;
font-size: 300px;
font-weight: bold;
color: #b3b3b3;
position: fixed;
left: 550px;
top: 10px;
2014-04-19 22:27:08 +04:00
}
#rel {
position: relative;
top: 350px;
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;
2014-04-19 21:48:20 +04:00
}