Created
March 14, 2017 01:57
-
-
Save luiseduardogfranca/fed6ce45de9d2354c18e4080a9587d8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="pt-br"> | |
<head> | |
<meta name="name" content="content"> | |
<meta charset="utf-8"> | |
<title>Codificando</title> | |
<link rel="icon" href="image/icon.png"> | |
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/css-codificando.css"> | |
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script> | |
<script type="text/javascript" src="bootstrap/jquery.min.js"></script> | |
</head> | |
<body> | |
<div class="container-fluid" style="height:100%;"> | |
<!-- full page --> | |
<div class="row"> | |
<!-- nav-bar --> | |
<div class="col-md-3 bar"> | |
<div class="container card"> | |
<img src="image/logo-project.png" alt="logo" style="max-width=100px; max-height:70px; width:auto; height:auto;" /> | |
</div> | |
</div> | |
<!-- contente --> | |
<div class="col-md-9 content" > | |
<div class="card"> | |
<h1>Card 1</h1> | |
<hr> | |
<p> | |
Primeiro card | |
</p> | |
</div> | |
<div class="card"> | |
<h1>Card 1</h1> | |
<hr> | |
<p> | |
Primeiro card | |
</p> | |
</div> | |
<div class="card"> | |
<h1>Card 1</h1> | |
<hr> | |
<p> | |
Primeiro card | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment