<div class="box">
<ul>
<li>Two Queen Beds Sealy Posturepedic</li>
<li>Continental Breakfast</li>
<li>50" 4k Samsung Flat Screen TV</li>
<li>High Speed Complementary WiFi</li>
<li>Casting Technology to your Netflix, HBO, Disney and other subscriptions</li>
<li>Small Fridge by Danby</li>
<li>Eco-friendly bathroom amenities and Kohler fixtures</li>
<li>Cubie Time Smart Alarm Clock with charging station</li>
<li>Microwave</li>
<li>Coffee Maker with Café Valet and Lipton Tea</li>
<li>Hairdryer - Sunbeam</li>
<li>Iron and Ironing Board</li>
<li>Multiple sockets to charge all your devices</li>
<li>Shower shaving leg bar</li>
<li>In-Room safe </li>
<li>Custom furnishings including upholsters from Charter</li>
<li>A working dedicated space with a desk and a chair</li> </ul>
</div>
body {
padding: 50px;
}
ul {
padding: 0;
margin: 0;
list-style-type: disc;
columns: 2
}
li {
padding-bottom: 0.5em;
page-break-inside:avoid;
break-inside:avoid-column;
}
.box {
width: 300px;
padding: 25px;
border: 2px solid red;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.