Update
This commit is contained in:
parent
2b27303fae
commit
0691fe3efb
1 changed files with 12 additions and 13 deletions
|
@ -4,15 +4,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>++ H O M E ++</title>
|
||||
<style>
|
||||
html {
|
||||
background-color: #0e0e0e; color: #555555; }
|
||||
a {
|
||||
color: #555555; text-decoration: none;
|
||||
transition: color 1s; }
|
||||
color: #555555; text-decoration: none; transition: color 1s; }
|
||||
a:hover {
|
||||
color: #d4d454; text-decoration: none;
|
||||
transition: color 1s; }
|
||||
color: #d4d454; text-decoration: none; transition: color 1s; }
|
||||
body {
|
||||
position: absolute; bottom: 0px; display: table;
|
||||
width: 100%; height: 100%; margin: 0; padding: 0; }
|
||||
|
@ -24,30 +23,30 @@
|
|||
background: #270e24; border: 1px solid #270e24; border-radius: 50%;
|
||||
font-size: 30px; text-align: center; }
|
||||
#icon a {
|
||||
display: table-cell; vertical-align: middle; }
|
||||
display: table-cell; vertical-align: middle; color: lightgray; }
|
||||
#icon a:hover {
|
||||
color:#d4d454; text-decoration:none; transition: color 1s; }
|
||||
#fence {
|
||||
display: table-cell; vertical-align: middle;
|
||||
margin: 0px auto; width: 1000px; }
|
||||
#links {
|
||||
float: left; width: 150px;
|
||||
margin: 25px 46px; padding: 0px 0px 12px 0px;
|
||||
list-style: none;
|
||||
border: 2px solid #270e24; border-radius: 10px;
|
||||
background: #270e24; }
|
||||
list-style: none; background: #270e24;
|
||||
border: 2px solid #270e24; border-radius: 10px; }
|
||||
#links #header {
|
||||
background-color: #270e24;
|
||||
color: lightgray; font-weight: bold;
|
||||
border-top-right-radius: 10px; border-top-left-radius: 10px; }
|
||||
#links li {
|
||||
padding: 5px 10px; text-align: center;
|
||||
background-color: black; }
|
||||
padding: 5px 10px; text-align: center; background-color: black; }
|
||||
footer {
|
||||
position: fixed; bottom: 0px; left: 0px; right: 0px; width: 75%;
|
||||
margin: 0px auto;
|
||||
text-align: center; letter-spacing: 8px;
|
||||
margin: 0px auto; text-align: center; letter-spacing: 8px;
|
||||
font-family: monospace; font-weight: bold; color: gray; }
|
||||
</style>
|
||||
<title>++ H O M E ++</title>
|
||||
<script type="text/javascript">
|
||||
</script>
|
||||
</head>
|
||||
<body >
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue