Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> .multicol-3 { width: 350px; padding: 5px; border: 1px solid black; margin: 30px; font: 12px/16px sans-serif; vertical-align: text-top; -webkit-columns: 70px 3; /* Safari and Chrome */ -moz-columns: 70px 3; /* Firefox */ columns: 70px 3; /* CSS3 */ } .inner-box { border: 3px solid limegreen; padding: 10px; -webkit-box-decoration-break: clone; /* Safari and Chrome */ box-decoration-break: clone; /* CSS */ } </style> <div class="multicol-3"> <div class="inner-box"> The abdominal crunch (also known as the Ab Crunch) is a popular exercise that can be incorporated into any workout routine. Try performing ab crunches at the end of your workout. You won't regret it!</p></p> </div> </div>
Preview