Added work from my other class repositories before deletion

This commit is contained in:
2017-11-29 10:28:24 -08:00
parent cb0b5f4d25
commit 5ea24c81b5
198 changed files with 739603 additions and 0 deletions

View File

@@ -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;
}