Skip to content

Commit

Permalink
Merge pull request kokonior#370 from joenyse12/patch-2
Browse files Browse the repository at this point in the history
Update joenyse.css
  • Loading branch information
kokonior committed Oct 5, 2022
2 parents 92c9406 + b04a842 commit 1a11eaf
Showing 1 changed file with 16 additions and 25 deletions.
41 changes: 16 additions & 25 deletions joenyse.css
Original file line number Diff line number Diff line change
@@ -1,40 +1,31 @@
body {
font-family: serif;

.display-flex{
display: flex;
}

li {
list-style: none;
float: left;
padding: 33px 20px;
.flexDirection-column{
flex-direction: column;
}

.header{
background-color: rgb(10, 25, 58);
height: 90px;
color: #fff;

.flexDirection-row{
flex-direction: row;
}

.header-logo {
font-size: 36px;
float: left;
padding: 20px 40px;
.justifyContent-center{
justify-content: center;
}

main{
padding: 100px 80px;

.justifyContent-flexStart{
justify-content: flex-start;
}

.copy-container h1 {
font-size: 140px;
.alignItems-flexStart{
align-items: flex-start;
}

.copy-container h2 {
font-size: 60px;
.alignItems-center{
align-items: center;
}

.copy-container span {
color: red;
.flexShrink-0{
flex-shrink: 0;
}

0 comments on commit 1a11eaf

Please sign in to comment.