Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
styled preview boxes/itinerary border
Browse files Browse the repository at this point in the history
  • Loading branch information
Coachbre committed Mar 19, 2021
1 parent 2a4dec6 commit 4769886
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

body {
background: rgb(200, 208, 157);
background: #F2F1ED;
font-family: 'Fjalla One', sans-serif;
}

Expand Down Expand Up @@ -72,6 +72,33 @@ html {
margin-top: 5px;
float: left;
box-sizing: border-box;

margin-left: 100px;
}

.parkCard {
border-radius: 30px;
background-color: rgb(200, 208, 157);
margin-top: 30px;
margin-bottom: 30px;
padding: 25px;
}

.attractionCard {
border-radius: 30px;
background-color: rgb(200, 208, 157);
margin-top: 30px;
margin-bottom: 30px;
padding: 25px;
}


.eateryCard {
border-radius: 30px;
background-color: rgb(200, 208, 157);
margin-top: 30px;
margin-bottom: 30px;
padding: 25px;

}

Expand Down Expand Up @@ -112,7 +139,9 @@ html {
}
.aside {
float: right;

background-color: rgb(200, 208, 157);
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-style: outset;
overflow: scroll;
}
Expand Down

0 comments on commit 4769886

Please sign in to comment.