Created
April 4, 2017 01:15
-
-
Save furenku/4ab7059f27effb3f957a4c85f8ed3cab 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
| <div class="texto container h-100"> | |
| <!-- .col-md-5>h1{Título}+h4>lorem9 --> | |
| <div class="col-md-5"> | |
| <h1>Título</h1> | |
| <h4> | |
| Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nobis! | |
| </h4> | |
| </div> | |
| <!-- .col-md-5.col-md-offset-2 --> | |
| <div class="col-md-5 col-md-offset-2"> | |
| <!-- p>lorem15 --> | |
| <p> | |
| Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolorum, esse, rem odit beatae iure officia! | |
| </p> | |
| <!-- a[#].button.btn-primary{Regístrate} --> | |
| <a href="#" class="button btn-primary"> | |
| Regístrate | |
| </a> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment