ÿþ<html> <head> <title>All Purpose Pizza</title> <meta name="viewport" content="initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <style> body{ color: black; text-align: center; } a {color:blue;} a:link {text-decoration:none; color:#c31030} a:visited {text-decoration:none;} a:active {text-decoration: none; color:blue;} ul{ list-style-type: none; list-style-position: outside; margin: 0px; padding: 0px; margin-top: 20px; } li{ border-bottom: 1px solid #c31030; } li.last{ border-bottom: none;} .container{ width:100% border-style:solid; border-width:1px; border-color: #c31030; margin: 10px; } .logo{ } .name{ font-size: 2em; font-family: "New York", "Bitstream Vera Serif", "Bookman Old Style", serif; margin-top: 10px; } .content{ font-size: 1em; font-family: "Times New Roman", Times, serif; line-height: 2em; } </style> <link media="screen" href="styles.css" type="text/css" rel="stylesheet" /> <link media="only screen and (max-device-width: 480px) and (min-device-width: 320px)" href="styles.css" type="text/css" rel="stylesheet" /> <link media="handheld, only screen and (max-device-width: 319px)" href="mobile.css" type="text/css" rel="stylesheet" /> </head> <body> <div id="container" class="container"> <div id="logo" class="logo"><img src="images/logo.jpg" height="192px" width="219px" /></div> <div id="name" class="name">All Purpose Pizza</div> <div id="content" class="content"> <ul><li>7 days a week<br /> 4-9 pm</li> <li><a href="menu.pdf">menu (pdf)</a></li> <li><a href="tel:2063248646">(206) 324-8646</a></li> <li><a href="http://maps.google.com/maps?q=2901+S+Jackson+St+Seattle&hl=en&ll=47.602749,-122.294354&spn=0.01088,0.025535&sll=37.0625,-95.677068&sspn=26.258506,52.294922&vpsrc=0&hnear=2901+S+Jackson+St,+Seattle,+Washington+98144&t=m&z=15&iwloc=A">2901 S Jackson St<br /> Seattle, WA 98144</a></li> <li class="last">delivery from Madison Park to Beacon Hill to Columbia City</li> </ul> </div> </div> </body> </html>