How Does the Shade Select Patio Cover Work?
Do you want to be able to enjoy your patio all year round without worrying about the sun or the rain? Shade Select has you covered! At...
* { 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%; } }