-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cf4397
commit bd7166f
Showing
9 changed files
with
140 additions
and
44 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,66 @@ | ||
*{ | ||
background-color: #3e3e42; | ||
height: auto; | ||
width: auto; | ||
body { | ||
background-color: black; | ||
color: white; | ||
font-family: Arial, Helvetica, sans-serif; | ||
} | ||
|
||
.container { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
/* div { | ||
border: 1px solid white | ||
} */ | ||
|
||
.content { | ||
display: flex; | ||
flex-direction: column; | ||
inline-size: 800px; | ||
margin: 0 auto; | ||
/* border: 1px solid white; */ | ||
/* background-color: darkblue; */ | ||
margin-top: 5%; | ||
} | ||
|
||
.display #city-name { | ||
border: 1px white solid; | ||
margin-top: 0%; | ||
background-color: aqua; | ||
#cityOutput { | ||
font-size: 50px; | ||
} | ||
|
||
.display { | ||
border: 1px white solid; | ||
background-color: aquamarine; | ||
#flagIcon { | ||
width: 40px; | ||
} | ||
|
||
.display .item{ | ||
background-color: aquamarine; | ||
.body { | ||
display: flex; | ||
margin: 0 auto; | ||
} | ||
|
||
.input-box { | ||
border: 1px white solid; | ||
text-align: center; | ||
#barometer, #droplet, #windIcon { | ||
width: 30px; | ||
height: 30px; | ||
} | ||
|
||
#wIcon { | ||
width: 100px; | ||
height: 100px; | ||
} | ||
|
||
.pressure p, .humidity p, .wind p { | ||
display: inline; | ||
} | ||
|
||
.flag { | ||
margin: 0 auto; | ||
} | ||
|
||
.input-box #input { | ||
background-color: white; | ||
.header { | ||
margin: 0 auto; | ||
} | ||
|
||
#add { | ||
background-color: white; | ||
border: none; | ||
cursor: pointer; | ||
.form { | ||
margin: 0 auto; | ||
text-align: center; | ||
} | ||
|
||
#add:hover { | ||
background-color: gray; | ||
border: none; | ||
cursor: pointer; | ||
#temp { | ||
font-size: 91px; | ||
/* border: 1px solid white; */ | ||
margin-bottom: 0; | ||
margin-top: 0; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.