-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
81 lines (70 loc) · 1.09 KB
/
style2.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
header{
font-family: sans-serif;
font-size: 10px;
}
.section1{
margin:auto;
display: block;
text-align: left;
background: #ff471a;
color: white;
font-family: sans-serif;
padding:20px;
align-content: center;
align-items: center;
}
.largeshoe{
display: block;
margin: auto;
height: 250px;
width: 500px;
}
.textbox1{
width: 500px;
display:block;
text-align:left;
border-bottom: 0.2px dashed black;
margin: auto;
}
h4{
color: #b30000;
margin-top: 0;
}
.textbox2{
width: 500px;
display:block;
text-align:left;
border-bottom: 0.2px dashed black;
margin: auto;
}
.textbox3{
width: 500px;
display:block;
text-align:left;
margin: auto;
}
.togglecategories{
width: 500px;
display:block;
text-align:left;
text: red;
margin: auto;
border-bottom: 0.2px solid red;
}
.sec4grey{
text-align: center;
background-color: mistyrose;
color: black;
font-weight: lighter;
font-size: 12px;
padding: 20px;
}
.sneakerlists{
display: inline-flex;
background: #ff471a;
color: white;
font-family: sans-serif;
}
footer{}
.footernav1{}
.footernav2{}