Skip to content

Instantly share code, notes, and snippets.

View tefasmile's full-sized avatar
🏠
Working from home

Stefany Zapata Naranjo tefasmile

🏠
Working from home
View GitHub Profile
@jonmircha
jonmircha / para_comenzar.html
Last active May 30, 2024 04:15
Código para iniciar el Curso de CSS Grid de @jonmircha
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aprendiendo Grid CSS</title>
<style>
html {
box-sizing: border-box;