-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (68 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
74 lines (68 loc) · 1.17 KB
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
body {
margin: 0 !important;
padding: 0 !important;
}
.red{
border: 1px solid red;
}
.green{
border: 1px solid green;
}
.banner {
height: 500px;
background:url('./banner.jpg') center center no-repeat ;
padding: 20px;
}
.about-sign-in{
height: 79px;
width: 100%;
text-align: right;
}
.about, .sign-in{
text-decoration: none;
margin-top: 20px;
padding: 5px 15px;
display: inline-block;
text-transform: uppercase;
}
.sign-in{
margin-left: 25px;
margin-right: 60px;
border: 1px solid green;
border-radius: 20px;
}
.logo{
background:url('./hapoERP.png') center center no-repeat ;
margin-top: 40px;
height: 100px;
}
.text{
text-align: center;
margin-top: 30px;
}
.btn-start-now{
text-align: center;
}
button{
text-transform: uppercase;
padding: 10px 15px;
border: 1px solid green;
border-radius: 20px;
margin-top: 25px;
cursor: pointer;/*ban tay*/
}
.left, .center,.right{
width: 33%;
display: inline-block;
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
}
img{
width: 30px;
height: 30px;
}
span{
display: block;
font-size: 20px;
}