feat: more consistent styling
This commit is contained in:
parent
ae32c57f0b
commit
c9c832929a
|
@ -2,8 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Devraza</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
10
style.css
10
style.css
|
@ -1,23 +1,26 @@
|
|||
body {
|
||||
background-color: #151517;
|
||||
color: #ece5ea;
|
||||
font-family: monospace;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
text-decoration: underline;
|
||||
font-size: 15pt;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 7%;
|
||||
width: 20rem;
|
||||
margin-top: 6%;
|
||||
width: 17rem;
|
||||
}
|
||||
|
||||
.devraza {
|
||||
margin-top: 20px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 0;
|
||||
font-size: 70pt;
|
||||
text-align: center;
|
||||
|
@ -56,6 +59,7 @@ a {
|
|||
background-color: #242426;
|
||||
padding: 10px;
|
||||
color: #7ee6ae;
|
||||
line-height: 50px;
|
||||
}
|
||||
a:hover {
|
||||
color: #e887bb;
|
||||
|
|
Reference in a new issue