Make Your Patio Summer Ready With Shade Select
Want to let in the sun on cool summer mornings but keep out the rain on drizzly afternoons? Then Shade Select is the perfect addition to...
* { box-sizing: border-box; } /* Two equal columns that float next to each other */ .column { text-align: left; float: left; width: 50%; padding: 15px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* For mobile responsive */ @media only screen and (max-width: 768px) { [class*="column"] { width: 100%; } }