-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApple_Price_Compare.css
149 lines (126 loc) · 2.42 KB
/
Apple_Price_Compare.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
145
146
147
148
149
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');
body{
text-align: center;
background-color: #f5f5f7;
width: 1200px;
}
#user{
font-family: 'New Tegomin', serif;
font-size: 18px;
color: darkorange;
}
#big_title{
font-size: 24pt;
font-family: 'Noto Serif SC', serif;
color: darkblue;
text-align: center;
}
#header>a, li>a{
text-decoration: none;
color: #F5F5F7;
}
ul,li{
list-style: none;
}
li {
float: left;
margin: 5px 90px;
font-size: 20px;
}
ul{
font-family: 'Playfair Display', serif;
background-color: #1D1D1F;
display: inline-block;
width: 1200px;
}
li a:hover{
background-color: skyblue;
}
.text{
text-align: center;
display: flex;
justify-content: space-evenly;
}
.text>div{
padding: 10px 75px 10px 75px;
background-color: #f5f5f7;
border: 3px solid #1D1D1F;
}
.sub{
text-align: right;
color: #672526;
font-family: "Josefin Sans", sans-serif;
}
input{
border: 1px solid silver;
-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 3px 3px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.dropdown-content {
z-index: 3;
display: none;
position: absolute;
background-color: #f2f2f2;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dp:hover .dropdown-content {
display: block;
}
#mainPicture{
width: 1200px;
border: 3px solid bisque;
border-radius: 10px;
}
.product-header{
text-align: center;
border-top:0;
}
.display-desc{
display:flex;
}
.product-display{
display: table-cell;
vertical-align: top;
width: 200px;
padding-right: 1em;
}
#product-display{
max-width:200px;
}
.product-descript{
font-size: 20px;
max-width:1000px;
}
table{
width:1200px;
margin-bottom: 10px;
}
th, td{
padding: 7px 10px 10px 10px;
}
th img{
height:35px;
}
td{
border: 2px solid #111111;
}
th{
border: 2px solid #111111;
}
.w3c a{
background-color: transparent;
}
.w3c a img{
border-style:none;
width: 88px;
height: 31px;
}