-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_front.css
More file actions
59 lines (49 loc) · 826 Bytes
/
style_front.css
File metadata and controls
59 lines (49 loc) · 826 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
58
59
@charset "utf-8";
body{
margin: 0px;
padding: 0px;
}
.banner{
background: url(img9.jpg) no-repeat center;
background-size: cover;
height: 100vh;
position: relative;
}
.hd{
padding-left: 250px;
padding-top: 50px;
font-family: "Helvetica", Arial, sans-serif;
float: none;
display: inline-block;
}
.c1{
color: #5B011B;
}
.c2{
color: #000 ;
}
.mid{
font-family: "Arial Black", Arial, sans-serif;
font-style: italic;
padding-left: 400px;
color: #fff;
}
.fa{
padding-left: 20px;
}
.login{
border-style: double;
margin-top: 50px;
margin-left: 550px;
padding-left: 30px;
padding-right: 30px;
margin-right: 570px;
color: #5B011B ;
background-color: rgba(225,225,225,0.5);
}
.logicon{
color: #5B011B;
}
.logicon:hover{
color: #FF0252;
}