Drop the current design
This commit is contained in:
parent
e0aadf8534
commit
4d5ec4653f
19
css/main.css
19
css/main.css
|
@ -12,30 +12,21 @@ b {
|
|||
color: #ffffff;
|
||||
font-size: 15px;
|
||||
}
|
||||
middle {
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.circle {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background-color: #000000;
|
||||
border: 10px solid #1f2025;
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
top: 5%; /* Adjust the top and left properties to position the circle */
|
||||
left: 50%;
|
||||
left: 10%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 1; /* Set a higher z-index to ensure the circle appears on top of the square */
|
||||
background-image: url("/img/d301d.png"); /* Add this line to set the image */
|
||||
background-size: cover; /* Add this line to ensure the image covers the circle */
|
||||
}
|
||||
body {
|
||||
background-color: #1f2024;
|
||||
box-shadow: 0px 0px 15px #000000;
|
||||
padding: 80px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
p, h1, h2, h3, h4, h5, h6, pre, span {
|
||||
font-family: monospace;
|
||||
color: #f8f9f8;
|
||||
|
@ -49,14 +40,10 @@ hr {
|
|||
.logo {
|
||||
font-family: monospace;
|
||||
font-size: 35pt;
|
||||
text-align: center;
|
||||
display: block;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.links {
|
||||
font-size: 10pt;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
.code {
|
||||
text-align: center;
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<head>
|
||||
<title>EOL</title>
|
||||
<meta http-equiv="refresh" content="0; url=https://damaj.tech" />
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="https://damaj.tech">https://damaj.tech</a></p>
|
||||
</body>
|
|
@ -1,3 +1,5 @@
|
|||
<br></br>
|
||||
<br></br>
|
||||
<div class="logo">damaj.tech</div>
|
||||
<hr>
|
||||
<div class="links"> <a href=/index.php>[<img src=/img/home.png alt="Home Icon"></img> Home]</a> <a href=/site/blog>[<img src=/img/blog.png alt="Newspaper Icon"></img> Blog]</a> <a href=/site/contact>[<img src=/img/mail.png alt="Mail Icon"></img> Contact Me]</a> <a href=/site/others>[<img src=/img/map.png alt="Map Icon"></img> Other Sites]</a></div>
|
||||
|
|
Reference in New Issue