Skip to content

Instantly share code, notes, and snippets.

View Ris345's full-sized avatar
💻
Deep Work

Rishav Acharya Ris345

💻
Deep Work
View GitHub Profile
@Ris345
Ris345 / cheat sheet project
Created March 10, 2022 20:54
Cheat Sheet Project
<!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>CSS Table reference</title>
<link rel ="stylesheet" href ="./CSS /cheatcode.css"/>
</head>
<body>
@Ris345
Ris345 / Design Website Project
Created March 18, 2022 13:09
Design Website Project
<!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>Designer Website</title>
<link href = "CSS /design.css" rel = "stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap" rel="stylesheet">