Skip to content

It is a gym website which helps the gym owner to decide the schedules and the type of people wants to join his/her gym, it also calculates the fitness of every individuals.

Notifications You must be signed in to change notification settings

Manishcoder7406/GYM-WEBSITE-CLONE-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

GYM-WEBSITE-CLONE-PROJECT

<title>Manish's Fitness</title> <style> /*CSS RESet */ body{ font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight:bolder; margin: 0px; padding: 0px; background: url('img/gym.jpg'); color: white;
}
.left{
    display: inline-block;
    /* border: 2px solid red; */
    left: 60px;
    position: absolute;
    top: 20px;
}
.left img{
    width: 136px;
}
.left div{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
}
.mid{
    display: block;
    width: 43%;
    margin: 29px auto;
    /* border: 2px solid green; */
}
.right{
    position: absolute;
    right: 34px;
    top: 43px;
    display: inline-block;
    /* border: 2px solid yellow; */
}
.navbar{
    display: inline-block;
}
.navbar li{
    color: white;
    display: inline-block;
    font-size: 20px;
}
.navbar li a{
    color: white;
    text-decoration: none;
    padding: 34px 23px;
}
.navbar li a:hover,.navbar li a:active{
    text-decoration: underline;
    color: grey;
}
.btn{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    margin: 0px 9px;
    background-color:black ;
    color: white;
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 20px;
    cursor:pointer;
}
.btn:hover{
    background-color: rgb(57, 56, 56);
}
.container{
    border: 2px solid white;
    margin: 150px 80px;
    padding: 75px;
    width: 33%;
    border-radius: 28px;
}
.form-group input{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
    display: block;
    width: 500px;
    padding: 2px;
    border: 2px solid black;
    margin: 11px auto;
    font-size: 25px;
    border-radius: 8px;
}
.container h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bolder;
    text-align: center;
}
.container button{
    display: block;
    width: 500px;
    margin: 20px auto;
}
</style>
Manish's Fitness
Call us Email us

JOIN THE BEST GYM OF LUDHIANA

SUBMIT
</div>

About

It is a gym website which helps the gym owner to decide the schedules and the type of people wants to join his/her gym, it also calculates the fitness of every individuals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published