-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
57 lines (48 loc) · 780 Bytes
/
index.css
File metadata and controls
57 lines (48 loc) · 780 Bytes
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
*{
margin: 0;
padding: 0;
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('city1.jpg');
color: white;
background-size: cover;
background-position: top;
}
.body{
width: 1140px;
margin: 10px auto;
}
.header{
font-size: 72px;
text-align: center;
}
.subHead{
font-size: 24px;
}
.login{
width: 40%;
/* border: 2px solid #000; */
padding: 15px 0;
/* border */
text-align: center;
margin-top: 10%;
margin-left: 30%;
font-size: 24px;
}
/* a{
text-decoration: none;
} */
.register{
background-color: transparent;
font-style: none;
padding: 3px 7px;
}
.inp{
width: 200px;
height: 20px;
border: 2px solid #000;
border-top: none;
border-left: none;
border-right: none;
}
.butt{
padding: 3px 7px;
}