forked from hhieuvu1504/logomixi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
71 lines (63 loc) · 1.1 KB
/
custom.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
.body {
margin: 0 !important;
}
.banner {
background: url("dribble_refund_gaming.webp");
background-repeat: no-repeat;
margin: 0;
height: 790px;
padding: 0px;
width: auto;
background: url(dribble_refund_gaming.webp);
background-size: 100%;
border: 0px;
background-position: center;
}
.banner .search {
text-transform: uppercase;
padding: 11;
text-decoration: blanchedalmond;
text-align: left;
margin-right: 120px;
width: 398px;
border-radius: 20px;
cursor: pointer;
}
.about-sign-in {
padding: 20px;
text-align: right;
text-transform: uppercase;
}
.Sign-in {
padding: 10px;
margin-right: 0px;
margin-left: 25px;
text-decoration: none;
border-radius: 20px;
border: 1px solid brown;
color: red;
}
.shop {
border-radius: 20px;
text-decoration: none;
margin-left: 25px;
border: 1px solid brown;
padding: 10px;
color: red;
}
.about {
border-radius: 20px;
text-decoration: none;
border: 1px solid brown;
padding: 10px;
color: red;
}
.brown {
border: 1px solid brown;
}
.red {
border: 1px solid red;
}
.green {
border: 1px solid green;
}