-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow.css
115 lines (95 loc) · 1.72 KB
/
how.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
/* .heading {
display: block;
margin: auto;
text-align: center;
font-size: 40px;
color: black;
font-family: 'Grandstander', cursive;
padding: 15px;
} */
/* img {
max-width: 100%;
} */
/* .index2container {
font-size: 10px;
font-family: 'Grandstander', cursive;
} */
.junkart-container {
max-width: 90%;
height: 58%;
margin-left: auto;
margin-right: auto;
background-color: rgb(255, 255, 255);
padding: 1em;
border-radius: 0.8em;
box-shadow: 1px 4px 15px grey;
font-size: 10px;
/* font-family: 'Grandstander', cursive; */
}
#first {
font-size: 2em;
}
.second {
font-size: 2em;
}
.third {
font-size: 1.2em;
}
.center {
display: block;
margin: auto;
text-align: center;
font-size: 2.5em;
color: black;
font-family: 'Grandstander', cursive;
padding: 2em;
}
/*
.contain {
height: 500px;
width: 50%;
border: 2px solid black;
margin: auto;
margin-top: 15px;
} */
/* .ss-container {
display: block;
margin: auto;
text-align: center;
background-color: white;
height: 350px;
padding-bottom: 20px;
} */
.img-container {
text-align: center;
padding: 3em;
vertical-align: center;
margin: auto;
}
.item-list {
width: 9em;
text-align: center;
margin: 0px auto;
}
.text-center {
text-align: center;
}
/* .item-circle {
width: 110px;
background: rgb(255, 255, 255);
display: table-cell;
vertical-align: middle;
text-align: center;
height: 90px;
border-radius: 50%;
position: relative;
} */
.image {
display: block;
margin: auto;
width: 52.4em;
height: 42.2em;
}
.bg-dark {
background-color: #03396c!important;
}