Skip to content

Commit d493b79

Browse files
authored
Merge pull request #756 from sandurpraneethapradeep/WebDesign_59
Web design #59
2 parents 75054ce + ad318cb commit d493b79

2 files changed

Lines changed: 97 additions & 0 deletions

File tree

26.1 KB
Loading
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
2+
<div id="container-gym">
3+
<div id="inner-container-1">
4+
5+
<h1 id="gym">The Best<br>
6+
gym in NYC</h1>
7+
8+
<p id="para"> We will develop a programme that will meet<br>
9+
your individual needs. We are committed to <br>
10+
helping you achieve your fitness goals.
11+
</p>
12+
13+
<button id="btn">START NOW</button>
14+
15+
<h2 id="pix">Image from <u>Freepix</u></h2>
16+
</div>
17+
</div>
18+
19+
<style>
20+
21+
#container-gym{
22+
23+
background-position: center;
24+
background-repeat: no-repeat;
25+
background-size:1400px;
26+
background-image: url("./images_and_icons/background_59.jpg");
27+
height: 100%;
28+
width: 100%;
29+
color: white;
30+
display: flex;
31+
flex-direction: column;
32+
justify-content: center;
33+
align-items:baseline;
34+
overflow-x: hidden;
35+
overflow-y: hidden;
36+
37+
}
38+
39+
#gym{
40+
41+
font-family: Roboto,sans-serif;
42+
font-size: 3.75rem;
43+
font-weight: 600;
44+
text-align: justify;
45+
margin: 0;
46+
position:relative;
47+
padding: 0;
48+
color:red;
49+
line-height: 1.1;
50+
padding-left: 100px;
51+
padding-bottom: 10px;
52+
}
53+
54+
#para{
55+
56+
font-family: 'Open Sans',sans-serif;
57+
line-height: 1.8;
58+
padding-left: 100px;
59+
text-align: justify;
60+
color:white;
61+
font-weight: 600;
62+
font-size: 1.125rem;
63+
64+
}
65+
66+
#btn{
67+
68+
background-color: red;
69+
color: white;
70+
letter-spacing: 1px;
71+
font-weight: 700;
72+
margin: 30px auto 0 0;
73+
padding: 15px 52px 17px 51px;
74+
border-color: transparent;
75+
margin-top: 4px;
76+
margin-left: 100px;
77+
78+
79+
80+
}
81+
#pix{
82+
83+
display: inline;
84+
margin-top: 40px;
85+
line-height: 1.8;
86+
color: #808080;
87+
position: relative;
88+
text-align: justify;
89+
font-family: 'Open Sans',sans-serif;
90+
font-size: 1rem;
91+
padding-left: 100px;
92+
position: relative;
93+
display: block;
94+
95+
96+
}
97+
</style>

0 commit comments

Comments
 (0)