diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 13:29:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 13:29:21 -0500 |
commit | da28c712b96ff8a3b21a25e7f2093ee8870fc5f9 (patch) | |
tree | 6dfd605e352625e9510e12a183139c84ffc9343c | |
parent | 2d7281f646f366ea75b377ca20bceb70ae0bebe3 (diff) | |
download | libresocial-da28c712b96ff8a3b21a25e7f2093ee8870fc5f9.tar.lz libresocial-da28c712b96ff8a3b21a25e7f2093ee8870fc5f9.tar.xz libresocial-da28c712b96ff8a3b21a25e7f2093ee8870fc5f9.zip |
update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,7 +11,7 @@ Copie los directorios __css__ y __fonts__ con sus archivos a su proyecto, y agre Ejemplo: -```html +``` html <link href="css/libresocial.css" rel="stylesheet"/> ``` @@ -69,7 +69,7 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. Ejemplo: - ```shell + ``` sh sh build.sh ``` @@ -94,7 +94,7 @@ Ejemplo: Ejemplo: - ```json + ``` json "glyphs": { "0xe800": "copyleft.svg", "0xe801": "diaspora.svg", @@ -126,7 +126,7 @@ También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__, 2. Agregamos la imagen vectorial llamada __nueva__.svg a nuestra lista de íconos. - ```scss + ``` scss .icon-nueva:before { content: "\e820"; } @@ -134,7 +134,7 @@ También opcionalmente puede cambiar el __nombre de la fuente__, __copyright__, 3. Por último usted agregaría el nombre de la clase __icon-nueva__ al archivo _demo.html_ para testear su nuevo ícono. - ```html + ``` html <a class="nueva" href="#"><i class="icon-nueva"></i></a> ``` |