feat: more consistent styling

This commit is contained in:
Muhammad Nauman Raza 2023-12-25 19:33:16 +00:00
parent ae32c57f0b
commit c9c832929a
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 9 additions and 4 deletions

View file

@ -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>

View file

@ -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;