Files
school_archives/OSU Coursework/CS 290 - Intro to Web Development/Week 6/style.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;
}