-
Notifications
You must be signed in to change notification settings - Fork 0
/
gymwebsite.css
122 lines (119 loc) · 2.31 KB
/
gymwebsite.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
/* Jai shree ram */
/* Overflow:scroll
{
overflow-x: scroll;
overflow-y: scroll;
} */
#divscroll {
/* overflow: scroll;
height: 100px;
width: 200px; */
display: flex;
justify-content: between;
/* flex-wrap: wrap; Move right part to new line when overlapping */
/* width: 300px; */
}
body {
background: url("gym2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
img {
width: 205px;
margin: 5px 190px;
/* padding: 25px 100px; */
}
#logo {
float: left;
}
#logoname {
color: white;
margin: 0px 230px;
font-size: x-large;
font-family: "Baloo Bhai", cursive;
}
.text {
color: white;
font-size: x-large;
text-align: center;
font-family: "Baloo Bhai", cursive;
}
a {
color: white;
}
/* #navi{
position: relative;
} */
#top {
position: fixed;
margin-left: 500px;
}
#navi ul {
list-style: none;
display: flex;
flex-direction: row;
text-align: center;
padding: 0px 100px;
/* position: fixed; */
}
#navi li {
/* text-align: center; */
padding: 15px 26px;
font-size: xx-large;
color: darkorange;
display: flex;
flex-direction: row;
margin-left: 30px;
font-weight: bold;
}
#sidelist li {
color: white;
display: flex;
flex-direction: row;
float: right;
border: solid white;
margin-left: 50px;
margin-right: 40px;
margin: 0px 10px;
border-radius: 50px;
}
#navi :hover {
color: aqua;
/* font-style: italic;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
cursor: pointer;
}
#box {
float: left;
margin: 208px -178px;
border: 3px solid white;
border-radius: 30px;
padding: 70px 0px;
}
.form-group input {
text-align: center;
font-family: "Baloo Bhai", cursive;
display: block;
width: 508px;
padding: 1px;
border: 2px solid black;
margin: 17px auto;
font-size: 30px;
border-radius: 30px;
/* color: white; */
font-weight: bold;
}
.btn {
text-align: center;
/* color: white; */
text-align: center;
font-family: "Baloo Bhai", cursive;
font-weight: bold;
margin: 20px 300px;
width: 500px;
border: 2px solid black;
border-radius: 30px;
padding: 2px 3px;
font-size: 30px;
}