File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -284,16 +284,19 @@ div#txt {
284284.dmy {
285285 float : left;
286286 text-align : left;
287+ position : absolute;
287288}
288289
289290.temperature {
290291 width : 50% ;
291- float : left;
292+ float : right;
293+ position : relative;
294+ left : 10px ;
292295}
293296
294297.temperature p {
295298 font-family : "Raleway" , sans-serif;
296- font-size : 100 px ;
299+ font-size : 80 px ;
297300 font-weight : 100 ;
298301 margin : 0 40px ;
299302}
@@ -567,6 +570,7 @@ div#txt {
567570 }
568571 .container {
569572 height : 60vh ;
573+ margin-top : 60px ;
570574 }
571575 .mb-icon {
572576 top : 20% !important ;
@@ -670,3 +674,21 @@ div#txt {
670674 color : floralwhite;
671675 font-weight : bold;
672676}
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