Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunrongli13 committed Dec 23, 2023
1 parent 6fc628f commit 32258cb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions antioxidants.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</nav>
</header>
<main>
<h1 class="pagetitle">Antioxidants</h1>
<div class="thirdcontainer">
<img src="img/antioxidants/artichoke-3386681_1920.jpg" alt="artichoke">
<img src="img/antioxidants/berries-g2680066e3_1920.jpg" alt="berries">
Expand Down
1 change: 1 addition & 0 deletions carbonhydrate.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</nav>
</header>
<main>
<h1 class="pagetitle">Carbonhydrate</h1>
<div class="bigcontainer">
<div class="firstcontainer">
<img src="img/carbonhydrate/bread-1281053.jpg" alt="bread">
Expand Down
1 change: 1 addition & 0 deletions food.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</nav>
</header>
<main>
<h1 class="pagetitle">Food Ingredients</h1>
<div class="gallery">
<div class="category">
<a href="carbonhydrate.html">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<main>
<div class="mainpic">
<img src="img/collage.jpg" alt="food collage image">
<div class="maintitle">Discover Food Ingredient Now!</div>
<div class="maintitle">Discover Food Ingredients Now!</div>
<a href="food.html"><button class="picbtn">Explore</button></a>
</div>
</main>
Expand Down
1 change: 1 addition & 0 deletions protein.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</nav>
</header>
<main>
<h1 class="pagetitle">Protein</h1>
<div class="gridcontainer">
<div class="item"><img src="img/protein/canape-2802_1920.jpg" alt="canape"></div>
<div class="item"><img src="img/protein/cheese-1371196_1920.jpg" alt="cheese"></div>
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ i{
background-color: #ffffff;
}

.pagetitle{
font-size: 25px;
margin-top: 20px;
font-style: italic;
}

@media only screen and (min-width:768px) and (max-width:1023px){
.mainpic{
font-size: 27px;
Expand Down

0 comments on commit 32258cb

Please sign in to comment.