Skip to content

Instantly share code, notes, and snippets.

@calvinmorett
Created May 13, 2020 23:56
Show Gist options
  • Save calvinmorett/1a8a375d2433e6722b534f386a285819 to your computer and use it in GitHub Desktop.
Save calvinmorett/1a8a375d2433e6722b534f386a285819 to your computer and use it in GitHub Desktop.
wVgZrG
<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;
box-sizing: border-box;
}
html {
-ms-overflow-style: scrollbar;
-ms-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
font-family: sans-serif;
line-height: 1.15;
}
body {
color: #333;
font-size: 24px;
line-height: 34px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
margin: 0 auto;
text-align: left;
color: #696969; /* niice */
}
.block {
box-shadow:inset 0 20px #696969;
width: 100vw;
min-height: 650px;
background: #222;
height: 100%;
position: absolute;
width: 100%;
z-index: 2;
padding-bottom: 190px;
padding-top: 170px;
}
.module {
position: relative;
}
.module h2 {
margin-bottom: 20px;
color:#ff4040;
}
.module h2, .module p {
font-size: 27px;
line-height: 38px;
}
.module>* {
margin: 0 auto;
max-width: 720px;
}
h2, h4, p {
margin: 0 auto;
}
h2, p {
font-size: 27px;
line-height: 38px;
}
.h2, h2 {
font-size: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
margin-bottom: .5rem;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: .5rem;
margin-top: 0;
}
a:link, a:active, a:visited, a:focus{
color:#6ac5ff;
text-decoration:none;
cursor:pointer;
box-shadow:0 2px transparent;
}
a:hover{
box-shadow:0 2px #6ac5ff;
}
</style>
</head>
<body class="is-preload">
<section class="block">
<div class="module">
<h2>Working on a new website.</h2>
<p>Get in Touch! <a href="https://twitter.com/CalvinMorett">Twitter</a>, <a href="https://github.com/calvinmorett">GitHub</a>, or <a href="https://forms.gle/j6EGoJCnnrHU3gSz5">Email</a>.</p>
</div>
</div>
</section>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment