-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgym_website.css
149 lines (138 loc) · 2.68 KB
/
gym_website.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
body{
margin: 0px;
}
.banner{
position: relative;top: -22px;
height:350px;
background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(package/download3.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.nav{
height:55px;
background-color: rgba(0, 0, 0, 0.608);
}
.nav > ul{
text-align: center;
font-size: 20px;
padding: 12px;
}
.nav > ul > li{
display: inline;
padding: 30px;
}
.nav>ul>li>a{
font-family: Arial, Helvetica, sans-serif;
color:rgb(255, 255, 255);
text-decoration: none;
}
button{
padding: 8px 12px;
position:relative;
left:400px; top: -2px;
background-color:rgb(255, 153, 63);
color:rgb(255, 255, 255);
border-radius: 2.5px;
border: none;
font-size: 15px;
}
button>a{
color: white;
}
button:hover{
background-color: rgba(255, 153, 63,0.8);
cursor: pointer;
}
.nav>ul>li>a:hover{
color: rgb(255, 154, 2);
}
.info{
height: 200px;
position: relative; top: -250px;
padding: 0px 0px 40px;
text-align: center;
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
}
.logo{
border-radius: 100px;
text-align: center;
position: relative; top: 20px;
padding: 0px 0px 30px;
}
.one{grid-area: left}
.two{grid-area: center}
.three{grid-area: right}
.four{grid-area: rightb}
.gridcontainer{
background-color: rgb(191,191,191);
position: relative;
display: grid;
grid-template-areas:'left center center center right right'
'left center center center rightb rightb';
padding: 0px;
margin: 0px;
}
.one{
border-right: solid rgb(255, 255, 255);
position:relative;
margin: 0px;
background-color: rgb(191, 191, 191);
}
.two{
border-right: solid rgb(255, 255, 255);
position:relative;
margin: 0px;
background-color: rgb(255, 255, 255);
}
.gridcontainer > div{
font-size: 30px;
padding: 20px;
}
.one > p{
font-size: 20px;
}
.one>p>a{
color:black;
}
.one>p>a:hover{
text-decoration: underline;
font-size: 107%;
}
li{
font-size: 18px;
}
.four>ol>p{
font-size: 16px;
position: relative;
left: -17px;
}
ol{
font-family: Arial, Helvetica, sans-serif;
padding: 0px 20px;
}
ul{
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
margin: 20px;
position: relative; left: 10px;
}
.two>div{
padding: 0px 0px 10px;
position: relative; top: 20px;
font-size: 27px;
}
a{
font-family: Arial, Helvetica, sans-serif ;
text-decoration: none;
}
div{
font-family: Arial, Helvetica, sans-serif;
}
.img{
position: relative; top: 17px; left: 5px;
}
img{
border-radius: 8px;
}