Skip to content

Instantly share code, notes, and snippets.

@furenku
Created April 22, 2021 13:54
Show Gist options
  • Select an option

  • Save furenku/2207dfd09a781153b6f6371c88159312 to your computer and use it in GitHub Desktop.

Select an option

Save furenku/2207dfd09a781153b6f6371c88159312 to your computer and use it in GitHub Desktop.
modelocaja
<!-- html:5 -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Modelo de caja</title>
<!-- link -->
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<!-- .contenedor -->
<div class="contenedor">
<!-- .caja.uno -->
<div class="caja uno">
Uno
</div>
<!-- .caja.dos -->
<div class="caja dos">
Dos
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment