- Home /
- Page
42 events found.
/* Create two equal columns that floats next to each other */
.column {
float: left;
width: 50%;
padding: 10px;
height: 300px; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
content: “”;
display: table;
clear: both;
}
</style>
</head>
<body>
<h2>Two Equal Columns</h2>
<div class=”row”>
<div class=”column” style=”background-color:#aaa;”>
<h2>DENVER – MARCH 2</h2>
<p>PLUNGE & 5K</p>
</div>
<div class=”column” style=”background-color:#bbb;”>
<h2>COLORADO SPRINGS – MARCH 16</h2>
<p>PLUNGE & 5K</p>
</div>
</div>
</body>
Register today by choosing one of the locations below.
AURORA – MARCH 29
PLUNGE & 5K
AVON – OCTOBER 25
PLUNGE & 5K
Register today by choosing one of the locations below.
AURORA – MARCH 29
PLUNGE & 5K
AVON – OCTOBER 25
PLUNGE & 5K
Register today by choosing one of the locations below!