Skip to content

Instantly share code, notes, and snippets.

@ansugpta009
ansugpta009 / index.html
Created June 6, 2020 16:15
Project #1: Ready Player One // source https://jsbin.com/kucurih
!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>My favorite food: Classic Pancakes</title>
<style>
#document {
background-color: lightgray;
@ansugpta009
ansugpta009 / index.html
Created June 7, 2020 17:15
My favorite food: Classic Pancakes // source https://jsbin.com/kucurih
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title> Classic Pancakes</title>
<style>
#document {
background-color: lightgray;
@ansugpta009
ansugpta009 / index.html
Created June 8, 2020 07:34
Project #2: Ready Player One // source https://jsbin.com/cacabaq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Alejandro Mohamad">
<title>Project #2: Ready Player One</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="project-styles.css">
@ansugpta009
ansugpta009 / index.html
Created June 8, 2020 07:39
Project #2: Ready Player One // source https://jsbin.com/cacabaq
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Alejandro Mohamad">
<title>Project #2: Ready Player One</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="project-styles.css">
@ansugpta009
ansugpta009 / jsbin.cacabaq.css
Last active June 8, 2020 07:42
Project #2: Ready Player One// source https://jsbin.com/cacabaq
body {
background: #f6f8fa;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
padding: 0;
}
nav {
background: #24292e;
color: #ffffff;