JSFiddle - React, Tailwind, and code Playground
by Mikey
HTML
<div id="wrapper">
<img src="Images/logo.jpg" name="Logo" id="Logo" />
<div id="header">
<h1><center>
<u>Home</u>
<p><img src="Images/OutsideBld2.jpg" width="600" height="500" /></p>
</center></h1>
</div>
<div class="contentcontainer">
<div id="Links">
<ul class="menu">
<li><a href="index.html"><img src="Images/HomeLogo.jpg" alt="home" border="0px" /></a></li>
<li><a href="Programs.html"><img src="Images/ProgramsLogo.jpg" alt="programs" border="0px" /></a></li>
<li><a href ="Services.html"><img src="Images/ServicesLogo.jpg" alt="services" border="0px" /></a></li>
<li><a href ="Contact.html"><img src="Images/ContactLogo.jpg" alt="contact" border="0px" /></a></li>
<li><a href ="OtherLinks.html"><img src="Images/OtherLinksLogo.jpg" alt="links" border="0px" /></a></li>
<li><a href ="FAQ.html"><img src="Images/FAQLogo.jpg" alt="faq" border="0px" /></a></li>
<li><a href="Feedback.html"><img src="Images/FeedBackLogo.JPG" alt="feedback" border="0px" /></a></li>
<li><a href="Photos.html"><img src="Images/PhotosLogo.JPG" alt="photos" border="0px" /></a></li>
</ul>
</div>
<div id="ContentLayout">
<h3 style="padding-left:30px"><center>Mission Statement</center></h3>
<p id="MissionStatement">The Employment Preparation Centre offers employment assistance programs and services to clients at no charge. These are available on a one-on-one basis or in group settings.
Programs and services at The Employment Preparation Centre are based on a belief that a person’s employability is enhanced through self-assessment, knowledge of the current labour market, and development of a return-to-work action plan.</p>
<p id="MissionStatement">
Programs and services at The Employment Preparation Centre are funded through the Department of Advanced Education and Skills under several key divisions.
</p>
<br...
CSS
body
{
background: grey;
width:100%
}
#Links
{
float: left;
margin: 0;
padding: 0;
width: 200px;
}
#ContentLayout
{
float: left;
font-size:18px;
width: 760px;
}
#wrapper
{
width: 960px;
}