mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
33 lines
450 B
CSS
33 lines
450 B
CSS
#open_weather_main{
|
|
width: 100%;
|
|
height 40%;
|
|
}
|
|
|
|
.section_titles {
|
|
font-size: x-large;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#location_header {
|
|
font-size: large;
|
|
font-weight: bold;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.weather_data_headers {
|
|
font-weight: bold;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#open_weather_form {
|
|
width: 100%;
|
|
}
|
|
|
|
#post_bin_main {
|
|
margin-top: 80px;
|
|
}
|
|
|
|
#httpbin_response_container {
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
} |