<code>background-color: #252525;</code>

<div class="box">
	<code>background-color: #F74C32;</code>
</div>

<div class="info">
	<code>background-color: #4B4CFF;</code>
</div>
body {
	background-color: #252525;
	font-size: 19px;
	font-family: monospace;
	color: #fff;
}

.box,
.info {
	width: 50vw;
	line-height: 75px;
	padding: 16px;
	margin-top: 36px;
}

.box {
	background-color: #F74C32;
	float: right;
}

.info {
	background-color: #4B4CFF;
	float: left;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.