Reworking of projects page
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user