Skip to content

Instantly share code, notes, and snippets.

View viviproje's full-sized avatar

vivi viviproje

View GitHub Profile
@viviproje
viviproje / index.html
Created May 20, 2023 06:47
Codecademy Practice – Website 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">
<title>EARTHY – Website Style</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
@viviproje
viviproje / index.html
Created May 16, 2023 07:25
CODECADEMY PRACTICE – Challenge Project: Build Your Own Cheat Sheet
<!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">
<title>Practice Project</title>
<link rel="stylesheet" href="./resources/css/style.css" type="text/css">
</head>
<body>