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
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Titillium+Web' rel='stylesheet' type='text/css'><div style="width: 400px;padding: 10px;margin: 0 auto;background-color: #fff;border: solid 1px #000;"><div style="text-align: center; font-size: 24px; font-family: trajan pro; color: #000; text-transform:uppercase; text-shadow: 1px 1px 1px #000000; padding-bottom: -5px;">Plumas de Exportación</div> | |
<center><thttps:><td><img src="https://i.pinimg.com/564x/b4/92/e2/b492e20d0c5301f0a26f890b9f45dedb.jpg"></img></td></thttps:></center> | |
<div style="background: #000;color: #fff;font-size: 10px;text-align: center;letter-spacing: 2px;font-family: tahoma;padding: 2px;">Editado por: Luis Tortoledo.</div> | |
<div style="background: #fff;max-height: 350px;max-width: 650px;overflow: auto;"><div style="color: #000;font-size: 11px; text-align: justify;font-family: georgia;margin: 2px;"> | |
• Plumas de exportación _____ | |
Hay dos formas de exportar sus Bolígrafos desde CodePen. Puede descargar un archivo .zip del Pen, o exp |
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
html,body{ | |
width: 100%; | |
height: 100%; | |
font-family: 'Open Sans', sans-serif | |
} | |
*, *:after, *:before{ | |
box-sizing: border-box; | |
margin: 0px; | |
padding: 0px; |
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
<!-- Example #1 - no styling --> | |
Made with ❤ in Switzerland | |
Made with ♥ in Switzerland | |
Made with ♡ in Switzerland | |
Made with ❤️ in Switzerland | |
Made with ♥️ in Switzerland | |
<!-- Example #2 - inline-styled ❤ --> | |
Made with <span style="color: #e25555;">♥</span> in Switzerland | |
Made with <span style="color: #e25555;">♥</span> in Switzerland |
Creamos un nuevo repositorio en https://github.com. Le damos nombre, descripción, seleccionamos si va a ser un proyecto publico o privado si es el caso, y dejamos el check de crear README sin marcar. Le damos a crear repositorio y con esto ya tenemos el repositorio donde alojaremos nuestro proyecto.
Nos vamos a la carpeta del proyecto y ejecutamos estos comandos.
git init
git add .