Skip to content

Instantly share code, notes, and snippets.

View dianavile's full-sized avatar
💻
working

@dianavile dianavile

💻
working
View GitHub Profile
@LUISTGGH
LUISTGGH / index.html
Created February 4, 2018 20:41
ROLL: Plumas de Exportación
<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
@bermartinv
bermartinv / style.css
Last active February 20, 2018 14:59
archivo inicial css
html,body{
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif
}
*, *:after, *:before{
box-sizing: border-box;
margin: 0px;
padding: 0px;
@cgonzalezdai
cgonzalezdai / como-subir-un-proyecto-local-a-github.md
Last active April 10, 2024 11:32
Como subir un proyecto local a github

Como subir un proyecto local a github.

desde la web de github

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.

desde la terminal del equipo donde esta el proyecto que queremos subir a github

Nos vamos a la carpeta del proyecto y ejecutamos estos comandos.

git init

git add .
@oliveratgithub
oliveratgithub / made-with-love.html
Last active April 19, 2024 17:06
Various snippets to add "Made with love" to your website using HTML, CSS and JavaScript
<!-- 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;">&#9829;</span> in Switzerland
Made with <span style="color: #e25555;">&hearts;</span> in Switzerland