For optimal results, I suggest utilizing the Bootstrap framework as it provides excellent support for the latest mobile devices and browsers.
[http://www.bootply.com/4kihU2HqGf][1]
[1]: http://getbootstrap.com/
/* Custom CSS styles */
.logo {
width: 210px;
}
.jumbotron {
}
h1.name {
color: #125952;
border-bottom: 4px solid #ffbc6b;
margin-bottom: -19px;
}
.primary {
background-color: #ffbc6b;
border-radius: 1px;
}
.main-content {
background-color: #ffbc6b;
}
.navbar-default .navbar-nav > li > a {
color: #000;
}
.welcome {
border-bottom: 4px solid #000;
color: #000;
padding-bottom: 8px;
}
p {
color: #000;
font-weight: 400px;
}
.columns {
color: #000;
border-bottom: 3px solid #000;
padding-bottom: 8px;
margin-bottom: 8px;
}
section {
background-color: #ffbc6b;
padding: 10px;
}
.row {
background-color: #ffbc6b;
}
.footer {
background-color: #fff;
margin: -12px 0px 0 -44px !important;
}
.navbar-default {
border: none;
}
.copyright{
margin-top: 10px;
}
<div class="container">
<header>
<div class="logo">
<h1 class="name">Katie Hunter</h1>
<h3 class="subtitle">Graphic Designer</h3>
</div><!-- end logo -->
<nav class="navbar navbar-default primary">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#">HOME :: <span class="sr-only">(current)</span></a></li>
<li><a href="#">ABOUT ::</a></li>
<li><a href="#">SERVICES ::</a></li>
<li><a href="#">PORTFOLIO ::</a></li>
<li><a href="#">BLOG ::</a></li>
<li><a href="#">CONTACT ::</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- end nav -->
</header><!-- header -->
<div class="jumbotron">
<h1>Your images goes here!</h1>
</div>
<div class="container-fluid main-content">
<div class="col-sm-12">
<h1 class="welcome">Welcome</h1>
<p><strong>lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.
It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum passages, and more
recently with desktop publishing
software like Aldus PageMaker including versions of Lorem Ipsum.
It is a long established fact that a reader will be distracted by the
readable content of a page when looking at its layout. The point of using
Lorem Ipsum is that it has a more-or-less normal distribution of letters, as
opposed to using 'Content here, content here', making it look like readable
English. Many desktop publishing packages and web page editors now use Lorem
Ipsum as their default model text, and a search for 'lorem ipsum' will
uncover many web sites still in their infancy. Various versions have
evolved over the years, sometimes by accident, sometimes on purpose
(injected humour and the like).</strong></p>
</div><!-- end of col -->
<div class="col-sm-4">
<h2 class="columns">SERVICES</h2>
<p>lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.</p>
</div>
<div class="col-sm-4">
<h2 class="columns">SERVICES</h2>
<p>lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.</p>
</div>
<div class="col-sm-4">
<h2 class="columns">SERVICES</h2>
<p>lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.</p>
</div>
</div><!-- end of container-fluid -->
<div class="container copyright">
<div class="col-sm-6 ">
<p>© COPYRIGHT 2015 Katie J Hunter - ALL RIGHTS RESERVED</p>
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav footer">
<li><a href="#">HOME <span class="sr-only">(current)</span></a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">SERVICES</a></li>
<li><a href="#">PORTFOLIO</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</div><!-- /.container-fluid --></nav></div>