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
10 changes: 5 additions & 5 deletions css/clone.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: sticky;
top: 0;
background-color: black;
height: 20vh;
height: 13vh;
width: 100%;
margin-bottom: 0;
}
Expand All @@ -28,8 +28,8 @@
{
color: white;
border-left: 6px solid greenyellow;
height: auto;
margin-left: 2%;
height: 1px;
margin-left: 50px;
font-size: 30px;
padding-top: 2%;
}
Expand All @@ -38,7 +38,7 @@ a:link, a:visited
float: right;
color: white;
font-size: 18px;
padding: 14px 25px;
padding: 8px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
Expand Down Expand Up @@ -131,7 +131,7 @@ a:hover, a:active
text-align: center;
color:white;
padding-bottom: 10%;
margin-top: 10%;
margin-top: 170px;

}

Expand Down
24 changes: 5 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,20 @@
<body>
<nav class="nav">
<div class="fix">
<div class="vl"></div>
<!-- <div class="vl"></div> -->
<div align="left" id="one1">
STRESS FIT
</div>
<div id="one2">
<a href="#contact">Contact Us </a>
<a href="#about">About Us </a>
<a href="#test">Stress Test </a>
<a href="#team">Team </a>
<a href="./templates/login.html">Login </a>
<a href="./templates/signup.html">Sign Up </a>
<a href="./templates/login.html">Login </a>
<a href="#about">About Us </a>
<a href="#soln">Smart Solutions </a>
<a href="./templates/diet2.html">Diet Plan </a>
<a href="#one">Home </a>
</div>
<div id="one_2">
<a href="#one">Home </a>
<a href="#about">About Us </a>
<a href="#test">Stress Test </a>
<a href="#team">Team </a>
<a href="./templates/login.html">Login </a>
<a href="./templates/signup.html">Sign Up </a>
<a href="#soln">Smart Solutions </a>
<a href="./templates/diet2.html">Diet Plan </a>
<a href="#contact">Contact Us </a>



<a href="#one">Home </a>

</div>
<div>
<button id="menu" class="navbtn" onclick="visible()"><img
Expand Down