Skip to content

Commit

Permalink
added css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelakhovl committed Jan 12, 2024
1 parent 5a4aa32 commit d5498d7
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,62 @@ img {
margin-left: auto;
margin-right: auto;
}

hr {
height: 2px;
background-color: brown;
border-color: brown;
}

.bottom-line {
margin-top: 25px;
}

h1,
h2 {
font-family: Impact, serif;
}

.item p {
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
font-size: 18px;
}

.flavor,
.dessert {
text-align: left;
width: 75%;
}

.price {
text-align: right;
width: 25%;
}

/* FOOTER */

footer {
font-size: 14px;
}

.address {
margin-bottom: 5px;
}

a {
color: black;
}

a:visited {
color: black;
}

a:hover {
color: brown;
}

a:active {
color: brown;
}

0 comments on commit d5498d7

Please sign in to comment.