Bootstrap 4
by NunoMira
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/flatly/bootstrap.min.css">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">WebSiteName</a>
</div>
</div>
</nav>
<div class="row">
<!-- PRIMEIRA METADE DA PÁGINA -->
<div class="col-md-9 col-sm-9 col-xs-12">
<!-- DESTAQUE -->
<div class="panel">
<!-- ARTICLE -->
<div class="panel-heading">
<h3 style="font-size: 16px;font-weight: bold;">
14-11-2015
</h3>
<h2 class="pb-3 align-left mbr-fonts-style display-2" style="font-weight: bold; text-transform: uppercase; margin-top: 0px;">Lorem Ipsum is simply dummy</h2>
<img class="img-responsive" src="https://fakeimg.pl/1000x200/">
<h3 style="font-size: 16px;font-weight: bold;">
It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages
</h3>
</div>
<div class="panel-body">
<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. 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.
</p>
</div>
<!-- /.ARTICLE -->
</div>
<!-- /.DESTAQUE -->
</div>
<!-- /.PRIMEIRA METADE DA PÁGINA -->
<!-- SEGUNDA METADE DA...
CSS
body {
margin: 10px;
}