Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<link rel="stylesheet" href="style.css">
</head>
<body class="aboutColor">
<img src="images/about.jpg" id="aboutImg">
<div class="container text-center" id="aboutContainer">
<img src="images/about.jpg" id="aboutImg">
<h3>About</h3><br>
<p> Ever been hungry but not know what to make? With Fridge2Plate, you can enter ingredients you have on hand and find delicious recipes.
Users can also add their own home-made recipes to be featured on the site. Thanks for stopping by and happy cooking! </p><br/>
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,14 @@ ol {

#aboutImg {
display: block;
width: 91vh;
margin: 33px auto auto;
width: 100%;
margin-top:17px;
}

#aboutContainer{
background-color: white;
width: 91vmin;
margin-top:45px;
padding-bottom: 22px;
border-radius: 5px;
box-shadow: 0 1rem 2rem rgba(0, 0, 0, .4);
Expand Down