File tree 1 file changed +24
-2
lines changed
1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -284,16 +284,19 @@ div#txt {
284
284
.dmy {
285
285
float : left;
286
286
text-align : left;
287
+ position : absolute;
287
288
}
288
289
289
290
.temperature {
290
291
width : 50% ;
291
- float : left;
292
+ float : right;
293
+ position : relative;
294
+ left : 10px ;
292
295
}
293
296
294
297
.temperature p {
295
298
font-family : "Raleway" , sans-serif;
296
- font-size : 100 px ;
299
+ font-size : 80 px ;
297
300
font-weight : 100 ;
298
301
margin : 0 40px ;
299
302
}
@@ -567,6 +570,7 @@ div#txt {
567
570
}
568
571
.container {
569
572
height : 60vh ;
573
+ margin-top : 60px ;
570
574
}
571
575
.mb-icon {
572
576
top : 20% !important ;
@@ -670,3 +674,21 @@ div#txt {
670
674
color : floralwhite;
671
675
font-weight : bold;
672
676
}
677
+ .hh_button {
678
+ display : inline-block;
679
+ text-decoration : none;
680
+ background : linear-gradient (to right, # ff8a00, # da1b60 );
681
+ border : none;
682
+ color : white;
683
+ padding : 10px 25px ;
684
+ font-size : 1rem ;
685
+ border-radius : 3px ;
686
+ cursor : pointer;
687
+ font-family : "Roboto" , sans-serif;
688
+ position : relative;
689
+ margin-top : 30px ;
690
+ margin : 0px ;
691
+ position : absolute;
692
+ right : 20px ;
693
+ top : 1.5% ;
694
+ }
You can’t perform that action at this time.
0 commit comments