Reworking of projects page

This commit is contained in:
2025-01-03 22:08:04 +00:00
parent e0e60830be
commit 028103d321
16 changed files with 220 additions and 84 deletions

View File

@@ -2,9 +2,14 @@ body{
margin: 0;
color: #e5e5e5;
font-family: "Noto Sans", sans-serif;
background-color: rgba(23, 22, 20, 1);
}
h1, h2{
main{
padding: 0 10px 0 10px;
}
h1, h2, h3{
font-family: "Orbitron", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
@@ -30,6 +35,10 @@ footer{
margin: 0 auto 0 auto;
}
#logo>a{
text-decoration: none;
}
footer h2, section h2{
margin: 0;
}
@@ -100,5 +109,6 @@ a{
.project{
width: 80vw;
border: 2px solid rgba(23, 22, 20, 1);
border: 2px solid #e5e5e5;
margin: 10px;
}