File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 18
18
text-shadow : # F31313 ;
19
19
}
20
20
21
+ .evaluation {
22
+ font-size : 30px ;
23
+ color : # ffffff ;
24
+ background-color : # 000000 ;
25
+ text-shadow : # F31313 ;
26
+ }
27
+
28
+ .evaluation li {
29
+
30
+ }
31
+
21
32
body {
22
33
margin : 0 ;
23
34
padding : 0 ;
Original file line number Diff line number Diff line change @@ -132,13 +132,35 @@ <h2 class="mx-auto timer-name responsive-subtitle ">   Hours   Minutes &
132
132
if ( headingElement ) {
133
133
headingElement . textContent = currentContent ;
134
134
}
135
+
136
+
135
137
}
136
138
137
139
updateContent ( ) ;
138
140
139
141
setInterval ( updateContent , 1000 ) ;
140
142
</ script >
141
143
</ div >
144
+ <!-- FILEPATH: /Users/binbasri0/Desktop/bmsit/Hackathons/codered/timer.html -->
145
+ <!-- BEGIN: ed8c6549bwf9 -->
146
+ < div class ="evaluation m-4 ">
147
+ < div class ="row ">
148
+ < div class ="col-md-6 ">
149
+ < ul class ="list-group ">
150
+ < li class ="list-group-item bg-black " style ="border: 1px solid white; "> Level of Innovation</ li >
151
+ < li class ="list-group-item bg-black " style ="border: 1px solid white; "> Originality</ li >
152
+ < li class ="list-group-item bg-black " style ="border: 1px solid white; "> Realistic Capability</ li >
153
+ </ ul >
154
+ </ div >
155
+ < div class ="col-md-6 ">
156
+ < ul class ="list-group ">
157
+ < li class ="list-group-item bg-black " style ="border: 1px solid white; "> Value Addition</ li >
158
+ < li class ="list-group-item bg-black " style ="border: 1px solid white; "> Presentation</ li >
159
+ </ ul >
160
+ </ div >
161
+ </ div >
162
+ </ div >
163
+ <!-- END: ed8c6549bwf9 -->
142
164
</ div >
143
165
</ div >
144
166
</ div >
You can’t perform that action at this time.
0 commit comments