-
Notifications
You must be signed in to change notification settings - Fork 0
/
sneakus.css
144 lines (134 loc) · 2.22 KB
/
sneakus.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
*{
margin : 0;
padding : 0;
box-sizing: border-box;
}
#home{
height : 100vh;
background-image: url("Pictures/background image.jpg");
}
.logo{
display: flex;
}
div h4{
align-self: flex-end;
padding-bottom: 0;
margin: 0 20 0;
font-family: 'Exo 2', sans-serif;
color: rgba(0, 0, 0, 0.719);
}
.logo-box{
top : 30%;
left : 30%;
transform : translate (-50%, -50%);
position : absolute;
font-family: 'Sulphur Point', sans-serif;
color: #fff;
}
.icon{
width: 100px;
margin-left: 25px;
}
.header-text {
color: black;
text-align: center;
}
.row-text {
font-size: 14px;
font-weight: 200;
}
body {
color: rgb(0, 0, 0);
}
/* ------------ Nav-Bar -------------- */
.logo img{
width: 100px;
}
.navbar{
padding: 10px 10px;
margin: 0px;
background-color: rgb(255, 255, 255);
border-bottom: 1px solid rgb(169, 169, 169);
display: flex;
position: sticky;
justify-content: space-around;
align-items: center;
}
.navSearch{
display: flex;
}
.has-search .form-control {
margin-top: 20px;
padding-left: 2.375rem;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
margin-top: 18px;
text-align: center;
pointer-events: none;
color: #aaa;
}
/* ------------ Table -------------- */
#display{
margin-top: 3rem;
}
.table{
background-color: #fff;
width: 75%;
margin: auto;
text-align: left;
}
thead th{
font-family: 'Fjalla One', sans-serif;
font-size: 20px;
}
.question{
width: 1px;
margin-bottom: 50px;
}
.titleHeader{
width: 400px;
padding: 8px 8px 0px;
}
.rpHeader{
width: 120px;
padding: 8px 8px 0px;
}
.lsHeader{
width: 120px;
padding: 8px 8px 0px;
}
.laHeader{
width: 140px;
padding: 8px 8px 0px;
}
.hbHeader{
width: 140px;
padding: 8px 8px 0px;
}
.title{
display: flex;
width: inherit;
padding: 8px;
margin: 0px;
}
tbody{
font-family: 'Play', sans-serif;
}
.name{
font-size: 18px;
margin-left: 2rem;
margin-top: 30px;
}
.price{
margin-top: 30px;
font-size: 18px;
}
.table img{
width: 30%;
}