Você está na página 1de 1

APLICANDO EL FRAMEWORK BOOTSTRAP

Dirección de la página web: https://getbootstrap.com/docs/3.3/

Bootstrap CDN (Pegar el código dentro de las etiquetas head)

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<!-- Latest compiled and minified CSS -->

<link href="css/bootstrap.min.css" rel="stylesheet">

<!-- Optional theme -->

<link href="css/bootstrap-theme.min.css" rel="stylesheet">

<!-- Latest compiled and minified JavaScript -->

<script href="js/bootstrap.min.js"></script>

CODIGOS CSS PARA IMÁGENES

<img src="..." alt="..." class="img-rounded">

<img src="..." alt="..." class="img-circle">

<img src="..." alt="..." class="img-thumbnail">

CODIGO PARA BOTONES

<a href="#" class="btn btn-primary btn-lg active" role="button">Primary link</a>

<a href="#" class="btn btn-default btn-lg active" role="button">Link</a>

Você também pode gostar