<!DOCTYPE html>
<html lang=
"en-us"
>
<head>
<meta charset=
"utf-8"
>
<title>Hello...</title>
<style>
#mainContent {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: bold;
background-color:
#CC0000;
border-radius: 4px;
padding: 10px;
text-align: center;
}
p {
font-family: Cambria, Cochin, Georgia, Times,
"Times New Roman"
, serif;
font-size: xx-large;
font-weight: bold;
color:
#FFFF00;
}
</style>
</head>
<body>
<div id=
"mainContent"
>
<p>What does Marcellus Wallace look like?</p>
</div>
</body>
</html>
No comments:
Post a Comment