You are on page 1of 1

<DOCTYPE html!

>
<html>
<head>
<style type="text/css">
body{
background-image: url("gem");

p.babbygem {
text-align: center; color :#2B3856;font-family: cursive; font style: Brush Script
MT; font-size: 38px; text-transform: uppercase; font-weight: bold; text-decoration:
line-through;
line-height: 3;
}
p.section {
text-align: center; color: rgb(0, 0, 255); background-color: rgba(255, O, 0, 0.5);
font-family: Monospaced; font style: Counrier New; font-size: 38px; text-transform:
uppercase; font-weight: lighter; text-decoration: overline;
}
p.age {
background-color: hsla(9, 100%, 64%, 0.2); text-align: center; color: hsl( 0 ,
100%, 90%); font-family: Fantasy; font style: papyrus; font-size: 38px; text-
transform: uppercase; text-decoration: underline;
}
p.birthday {
text-align: center; color: #FF69; font-size: 38px; text-transform: uppercase;
text-decoration: line-through;
}
</style>
<body>
<p class = "babbygem"> Babby Gem Aragon </br> </p>
<p class = "section"> 10-Bonaventure </br></p>
<p class = "age"><em> 15yrs old </em></p>
<p class = "birthday"> March 8 2008</p>
</html>

You might also like