WAC Under Construct
by Koubenec
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WAC Austin</title>
<link href='http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,900italic,400,700,900' rel='stylesheet' type='text/css'>
<link href='http://www.wacaustin.org/index.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<img class="homeimg" src="http://www.wacaustin.org/homeimg.jpg"/>
<p class="h1">WELCOME TO WACAUSTIN.ORG<br>
Thank you for visiting the website of the World Affairs Council of Austin. The site is currently undergoing maintenance; please check back soon.</p>
</div>
</body>
</html>
CSS
.body {
width: 100%;
}
.container {
width: 381px;
position: relative;
margin-left: auto;
margin-right: auto;
}
.homeimg {
width: 381px;
}
.h1 {
font-family: 'Alegreya', serif;
font-size: 1.0em;
color: #000;
font-weight: 400;
text-align: center;
}