Skip to content

Commit

Permalink
Additionals
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishir2405 committed Aug 25, 2024
1 parent 282149c commit 1fd75f5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Fitnes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<header>
<h1 class="name">FITNESS CLUB</h1>
<h1 class="name" >FITNESS CLUB</h1>
<div class="nav">
<a href="index.html">HOME</a>
<a href="Nutrition.html">NUTRITION</a>
Expand Down
6 changes: 2 additions & 4 deletions Nutrition.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
</head>
<body>
<header>
<h1 class="name">FITNESS CLUB</h1>
<h1 class="name" >FITNESS CLUB</h1>

<div class="nav">
<a href="index.html">HOME</a>
<a href="Nutrition.html">NUTRITION</a>
Expand Down Expand Up @@ -50,14 +51,12 @@ <h1 class="name">FITNESS CLUB</h1>
<div class="first">
<ul>
<li>Name : <span class="product"> _ </span></li>
<li>Calories : <span class="Calories">0</span> Kcal</li>
<li>Carbohydrates : <span class="Carbohydrates">0</span> g</li>
<li>Cholestrol : <span class="Cholestrol">0</span> mg</li>
</ul>
</div>
<div class="information">
<ul>
<li>Protein : <span class="Protein">0</span> g</li>
<li>Fiber : <span class="Fiber">0</span> g</li>
<li>Saturated Fat : <span class="Saturated_fats">0</span> g</li>
<li>Total Fat : <span class="Total_Fat">0</span> g</li>
Expand All @@ -68,7 +67,6 @@ <h1 class="name">FITNESS CLUB</h1>
<ul>
<li>Potassium : <span class="Potassium">0</span> mg</li>
<li>Sodium : <span class="Sodium">0</span> mg</li>
<li>Serving : <span class="serving">0</span> g</li>
<li>Sugar : <span class="sugar">0</span> g</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Style/Stylings/nutrition.css
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,4 @@ li::marker {
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
}
3 changes: 2 additions & 1 deletion Style/Stylings/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&display=swap');
* {
font-family: "Poppins", sans-serif;
background-color: #191626;
Expand Down Expand Up @@ -159,6 +159,7 @@ main {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;

}
.written-text {
grid-column: 1;
Expand Down
2 changes: 1 addition & 1 deletion main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<header>
<h1 class="name">FITNESS CLUB</h1>
<h1 class="name" >FITNESS CLUB</h1>
<div class="nav">
<a href="index.html">HOME</a>
<a href="Nutrition.html">NUTRITION</a>
Expand Down

0 comments on commit 1fd75f5

Please sign in to comment.