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