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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
84 changes: 84 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
.header{
padding: 2%;
background-color: rgb(44, 127, 182);
font-size: 10px;
font-family: sans-serif;
color: white;
text-align: left;
}

.subheading{
color: rgb(44, 127, 182);
font-size: 40px;
font-family: sans-serif;
}

p {
font-family: sans-serif;
}

.membership {
background-color:white;
color: darkorange;
padding: 15px 32px;
text-align: center;
font-size: 16px;
display: inline-block;
border-color: darkorange;
border-radius: 12px;
}
.follow-us{
color: rgb(44, 127, 182);
font-size: 40px;
font-family: sans-serif;
}
.instagram{
background-color:rgba(148, 36, 193, 0.732);
color: white;
padding: 10px 40px;
text-align: center;
font-size: 12px;
display: inline-block;
border-radius: 12px;
font-family: sans-serif;
margin-top: 0px;
margin-bottom: 7px;
margin-right: 10px;
margin-left: 20px;
}
.Facebook{
background-color:rgba(30, 93, 230, 0.732);
color: white;
padding: 10px 40px;
text-align: center;
font-size: 12px;
display: inline-block;
border-radius: 12px;
font-family: sans-serif;
margin-top: 0px;
margin-bottom: 7px;
margin-right: 10px;
margin-left: 20px;
}
.YouTube{
background-color:red;
color: white;
padding: 10px 40px;
text-align: center;
font-size: 12px;
display: inline-block;
border-radius: 12px;
font-family: sans-serif;
margin-top: 0px;
margin-bottom: 7px;
margin-right: 10px;
margin-left: 20px;
}
.ending{
padding: 2%;
background-color: rgb(44, 127, 182);
font-size: 20px;
font-family: sans-serif;
color: white;
text-align: left;
}
51 changes: 51 additions & 0 deletions web.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>GYMTASTIC</title>
</head>

<div class="header">
<h1>Gymtastic‎‎ ‎ ‎ ‎ ‎ Home ‎‎ ‎ ‎ ‎ ‎ About Us ‎‎ ‎ ‎ ‎ ‎ Contact Us</h1>
</div>

<div class = 'subheading' >
<h5>‎‎ ‎ Fitness for life!</h5>
</div>
<p>‎‎ ‎ Every gym is designed with you in mind, from the way they're laid out,to the range of equipment avaliable.
<br><br>‎‎ ‎ Get your membership today and save a whopping 50%!
</p>

<div class ='membership'>
<p>GET MEMBERSHIP<p>
</div>

<div class = 'follow-us' >
<h5>‎‎ ‎ Follow us on</h5>
</div>

<div class = 'instagram'>
<h1>Instagram</h1>
</div>
<div class = 'Facebook'>
<h1>Facebook</h1>
</div>
<div class = 'YouTube'>
<h1>YouTube</h1>
</div>
<br><br><br>
<div class = 'ending'>
<p> Popular features<br><br>
<strong> Gyms Near Me</strong><br>
‎‎ ‎ ‎ ‎ ‎ Gyms in London<br>
‎‎ ‎ ‎ ‎ ‎ Gyms in Cardiff<br>
‎‎ ‎ ‎ ‎ ‎ Gyms in Glasgow<br>
<strong> Fitness Classes
<br>Personal Trainers
<br>Gym Membership Deals & Offers
</strong>

</p>
</div>