-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (64 loc) · 1.17 KB
/
style.css
File metadata and controls
75 lines (64 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
75
.first {
background-color: #002d9f;
text-align: center;
font-size: 95%;
color: white;
padding: 0.5%;
}
.first-box {
width: 15%;
color: #00396b;
height: 10%;
}
.x{
background-color: #929292;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 20%;
padding: 5px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.abc{
display: table;
float: left;
width: 100%;
padding: 5px;
background-color: white;
text-align: center;
}
.aa{
display: table;
float: left;
width: 60%;
padding: 5px;
background-color: rgb(0, 183, 255);
text-align: center;
color: white;
font-size: large;
border-color: rgba(0, 118, 186, 0.723);
border-width: 5px;
margin-left: 20%;
}
.last{
background-color: #e1bc00;
text-align: center;
font-size: 200%;
color: white;
}
.cart{
background-color: #e1bc00;
}
.n{
position: absolute;
top: 88%;
left: 25%;
transform: translate(-30%, -70%);
}