<div id="trapezoid"></div>Next we will style the div in our CSS.
<style> #trapezoid { border-bottom: 100px solid lightBlue; border-left: 50px solid transparent; border-right: 50px solid transparent; height: 0; width: 100px; } </style>
Ready to Switch to eZbloo?
Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups
Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites
Any Questions?: Contact me here!
<div id="trapezoid"></div>Next we will style the div in our CSS.
<style> #trapezoid { border-bottom: 100px solid lightBlue; border-left: 50px solid transparent; border-right: 50px solid transparent; height: 0; width: 100px; } </style>