-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
137c4ef
commit 5776691
Showing
18 changed files
with
12,404 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Utility Bodystyle | ||
|
||
[![Documentación](https://img.shields.io/badge/bodystyle-v3.5.0-green.svg)](https://bodystyle.000webhostapp.com) | ||
[![Licencia](https://img.shields.io/badge/MIT-3.5.0-blue.svg)](https://github.com/FedericoManzano/bodystyle/blob/master/LICENCE) | ||
[![Npm](https://img.shields.io/badge/NPM-3.5.0-blue.svg)](https://www.npmjs.com/package/body-utility) | ||
|
||
## Descripción | ||
|
||
En este repositorio se separan los utilitarios de la librería [bodystyle]() para disponer unicamente del apartado de utilitarios de la librería. | ||
|
||
## Contenido | ||
- [Descarga](https://bodystyle.000webhostapp.com/inicio/#/documentacion/bordes) | ||
- [Bordes](https://bodystyle.000webhostapp.com/inicio/#/documentacion/bordes) | ||
- [Margin](https://bodystyle.000webhostapp.com/inicio/#/documentacion/margin) | ||
- [Medidas](https://bodystyle.000webhostapp.com/inicio/#/documentacion/medidas) | ||
- [Overflow](https://bodystyle.000webhostapp.com/inicio/#/documentacion/overflow) | ||
- [Texto](https://bodystyle.000webhostapp.com/inicio/#/documentacion/texto) | ||
- [Sass](https://bodystyle.000webhostapp.com/inicio/#/documentacion/sass) | ||
|
||
|
||
## Descarga | ||
|
||
Podemos agregar el CDN de los utilitarios directamente en la cabecera del html para disponer de las funcionalidades. | ||
|
||
```html | ||
<!DOCTYPE html> | ||
<head> | ||
|
||
<!-- META obligatorio para poder utilizar la libreria --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Link con el CDN de los estilos css --> | ||
<link rel="stylesheet" href="https://rawcdn.githack.com/FedericoManzano/bodystyle/58a25e885718d0b2db6675c502ce6a41a45f373c/dist/css/bodystyle.min.css"> | ||
|
||
</head> | ||
``` |
Oops, something went wrong.