Skip to content

Instantly share code, notes, and snippets.

View JavierVargas97's full-sized avatar

Javier Vargas JavierVargas97

View GitHub Profile
@JavierVargas97
JavierVargas97 / index.html
Created April 18, 2023 06:46
Tea Cozy Challenge
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Tea Cozy</title>
</head>
@JavierVargas97
JavierVargas97 / index.html
Created April 2, 2023 10:20
Web Style Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles.css">
<title>Style Guide</title>
</head class="header-title">
@JavierVargas97
JavierVargas97 / index.html
Last active March 25, 2023 00:55
Html Cheatsheet
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Cheat sheet</title>
</head>