Skip to content

Commit 44792e1

Browse files
author
Gaurav Ghai
committed
css updated
1 parent 0117696 commit 44792e1

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

src/App.css

+24-2
Original file line numberDiff line numberDiff 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: 100px;
299+
font-size: 80px;
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+
}

0 commit comments

Comments
 (0)