Skip to content

Commit

Permalink
Merge pull request #2 from svthalia/base
Browse files Browse the repository at this point in the history
Base first pages & initial design implementation
  • Loading branch information
NotAtec authored Mar 9, 2024
2 parents a4de0d7 + f934c71 commit aea74a5
Show file tree
Hide file tree
Showing 14 changed files with 1,822 additions and 0 deletions.
26 changes: 26 additions & 0 deletions css/about.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#about-container {
background-color: #191A18;
font-family: "OCR A Extended";
}

.title {
text-align: center;
color: #65B32E;
font-size: xx-large;
}

.main-text {
text-align: justify;
color: #65B32E;
line-height: 300%;
margin-left: 50px;
margin-right: 50px;
}

.main-text>p {
font-size: 1rem;
}

.highlight {
color: white;
}
Loading

0 comments on commit aea74a5

Please sign in to comment.