Skip to content

Instantly share code, notes, and snippets.

View calvinmorett's full-sized avatar
🎨
Save as...

Calvin calvinmorett

🎨
Save as...
View GitHub Profile
@calvinmorett
calvinmorett / fake-2d-side-scroller.markdown
Created December 21, 2022 18:42
Fake 2D Side Scroller
@calvinmorett
calvinmorett / index.html
Created December 10, 2022 05:03
Zodiac Tab
<!doctype html>
<html lang="en">
<head>
<title>Demo</title>
</head>
<body>
<div class="container">
@calvinmorett
calvinmorett / index.html
Created December 7, 2022 02:06
Newsletter Concept 1: Hong Kong
<div class="container">
<div class="Grid firstGrid">
<div class="Cell -8of12">
<span>吃香港.</span>
</div>
<div class="Cell -4of12">
<h1 class="trademark">Eat<BR>Hong<BR>Kong.</h1>
</div>
</div>
@calvinmorett
calvinmorett / how-to-create-context-menu-shortcuts.markdown
Created August 17, 2022 01:55
How to create Context Menu shortcuts
@calvinmorett
calvinmorett / index.html
Created April 11, 2022 04:22
random pos on click
<head>
<title>random position on click</title>
<style>:root{
--qualitex:#bbad44; /*green gold */
}
html{background:#0ba044;
}
body{color:white;
font-family:Arial, sans-serif;
@calvinmorett
calvinmorett / index.html
Created July 5, 2021 00:31
scanners.live
<!DOCTYPE html><!-- <!DOCTYPE html> -->
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<title>Scanners.live :: MKN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Scanners.live" />
<meta name="designer" content="Calvin">
<meta name="robots" content="index,follow" />
<meta name="Classification" content="Media">
@calvinmorett
calvinmorett / 98-css-lupus-research-alliance-new-york-city-may-2020-lupus-awareness-month.markdown
Created May 19, 2020 04:31
98.css + Lupus Research Alliance (New York City) | May 2020 - Lupus Awareness Month

98.css + Lupus Research Alliance (New York City) | May 2020 - Lupus Awareness Month

A Pen by Calvin on CodePen.

License.

@calvinmorett
calvinmorett / 98-css-lupus-research-alliance-new-york-city-may-2020-lupus-awareness-month.markdown
Created May 19, 2020 04:31
98.css + Lupus Research Alliance (New York City) | May 2020 - Lupus Awareness Month

98.css + Lupus Research Alliance (New York City) | May 2020 - Lupus Awareness Month

A Pen by Calvin on CodePen.

License.

<html lang="en">
<head>
<title>The website of Designer, Developer, Calvin Morett</title>
<meta charset="utf-8" />
<meta name="description" content="Calvin Morett is a designer and developer from NY. A creator and coder of responsive websites, print collateral, creative direction, and content strategy.">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<style>*, :after, :before {
-webkit-box-sizing: border-box;