Skip to content

Commit

Permalink
stopped being ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
thijnperd authored Jan 24, 2024
1 parent 9904b1a commit 4cbdeec
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>P.A.P.</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="./pierrelogo.png" type="image/x-icon">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions lore.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>P.A.P.</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="./pierrelogo.png" type="image/x-icon">
</head>
<body>
<header>
Expand Down
21 changes: 13 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,20 @@ header img {

.pierre-donker {
background-color: #091E09;
margin-bottom: 3%;
margin-top: 3%;
}

.pierre-donker p {
color: #f8fff7;
text-align: right;
margin-right: 1%;
font-size: 2rem;
margin-bottom: 1%;
}

.pierre-donker h3 {
color: #f8fff7;
color: #43a047;
text-align: right;
margin-right: 1%;
margin-top: 4%;
Expand All @@ -114,19 +117,21 @@ header img {

.pierre-licht {
background-color: #f8fff7;
margin-bottom: 3%;
margin-top: 3%;
}

.pierre-licht p {
color: #091E09;
text-align: left;
margin-right: 1%;
margin-left: 1%;
font-size: 2rem;
}

.pierre-licht h3 {
color: #091E09;
color: #43a047;
text-align: left;
margin-right: 1%;
margin-left: 1%;
margin-top: 4%;
font-size: 2.5rem;

Expand All @@ -142,10 +147,10 @@ header img {

.button {
margin: 1%;
color: #091e09;
color: #f8fff7;
text-align: center;
padding: 20px;
background-color: #f8fff7;
background-color: #43a047;
border-radius: 25px;
width: 200px;
box-sizing: border-box;
Expand All @@ -159,8 +164,8 @@ header img {
}

.button:hover {
background-color: #43a047;
color: #f8fff7;
background-color: #f8fff7;
color: #091E09;

}

Expand Down

0 comments on commit 4cbdeec

Please sign in to comment.