<html>
<head>
<title>Div example</title>
</head>
<body>
<style type="text/css">
div.text {
background-color: #e2ffe4;
border: #8fa4cb solid 1px;
font-size: 20px;
font-family: monospace, verdana, arial, sans-serif;
font-weight: bold;
color: #000000;
display: inline;
padding: 2px;
}
</style>
The current Unix Epoch time is <div class="text">1241087073</div>
</body>
</html>