File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -82,4 +82,10 @@ a:hover {
82
82
# score {
83
83
color : lightgreen;
84
84
font-weight : bold;
85
+ }
86
+
87
+ select {
88
+ background-color : # 373737 ;
89
+ color : # fff ;
90
+ padding : 5px ;
85
91
}
Original file line number Diff line number Diff line change 9
9
< body >
10
10
< nav id ="navbar ">
11
11
</ nav >
12
- < select id ="companySelect "> </ select >
12
+ < div class ="row ">
13
+ < select id ="companySelect "> </ select >
14
+ < select id ="dateSelect ">
15
+ < option value ="freq_6months "> 6 months</ option >
16
+ < option value ="freq_1year "> 1 year</ option >
17
+ < option value ="freq_2years "> 2 years</ option >
18
+ < option value ="freq_alltime "> All time</ option >
19
+ </ select >
20
+ </ div >
13
21
< h1 id ="title "> Amazon</ h1 >
14
22
< p >
15
23
< span id ="score "> Score</ span > = The number of times the question was asked between 2021-2023
@@ -22,7 +30,6 @@ <h1 id="title">Amazon</h1>
22
30
<!-- <th id="Score" class="header">Score</th> -->
23
31
<!-- <th id="Acceptance" class="header">Acceptance</th> -->
24
32
< th id ="Frequency " class ="header "> Frequency</ th >
25
-
26
33
</ tr >
27
34
</ table >
28
35
< script src ="../../dist/problems-by-company/company.js "> </ script >
You can’t perform that action at this time.
0 commit comments