mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user