forked from Moolfel/moringa_assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
103 lines (97 loc) · 1.55 KB
/
mystyle.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
.iline-content{
display: inline-flex;
}
.topmargeline{
border-top: 1px solid gray;
margin-top: 35px;
}
.normalpad{
padding: 17px 10px 10px 0px;
font-weight: bold;
font-size: 23px;
}
.normalpadright{
padding: 10px 5px 10px 10px;
font-weight: bold;
font-size: 14px;
}
.imgprod{
display: block;
margin-left: auto;
margin-right: auto;
max-height: 200px;
min-height: 200px;
}
.dropbtn {
color: black;
padding: 16px;
font-size: 12px;
cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
color: #2980B9;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 71px;
overflow: auto;
margin-left: 39px;
margin-top: -34px;
background: #fff6;
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 10px;
font-size: 12px;
text-decoration: none;
display: block;
}
.dropdown a:hover {color: blue;}
.show {display: block;}
#arrowdown {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
margin: 0 0 0 10px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.dot {
height: 10px;
width: 10px;
border-radius: 50%;
display: inline-block;
float: right;
margin-top: 18px;
}
.red{
background-color: green;
}
.blue{
background-color: blue;
}
.black{
background-color: black;
}
.pink{
background-color: pink;
}
.white{
background-color: white;
}
.prodnp{
padding: 12px 10px;
}
.prodbg{
background: whitesmoke;
min-height: 311px;
}