CoachUp: CORI/SORI Email
Your Coach, {{John Doe}} has {{successfully passed}} a Criminal Background check
by JamesKyle
HTML
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2">
<header>
<div>
<img alt="CoachUp"...
CSS
html {
position: relative;
min-height: 100%;
min-width: 320px;
font-size: 87.5%;
border: 4px solid #1fb8eb;
background: #FFF;
}
body {
width: 80%;
min-width: 280px;
max-width: 920px;
padding: 3em 1.5em;
margin: 0 auto;
font-size: 1em;
line-height: 1.5em;
font-family: "Proxima-Nova-Regular", "ProximaNova-Regular", "Proxima Nova Regular", "ProximaNova Regular", "Proxima Nova", "Proxima Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
}
h1 {
margin-bottom: .25em;
font-size: 2em;
line-height: 1.25em;
font-weight: bold;
color: #1fb8eb;
}
h2 {
font-size: 1.5em;
line-height: 1.3333333333em;
margin-bottom: .666666666em;
color: #808080;
color: rgba(0, 0, 0, .5);
}
hr {
background: #d9d9d9;
background: rgba(0, 0, 0, .15);
height: .1428571429em;
border: none;
margin: 1em 0 .8571428571em;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
aside {
font-size: .8571428571em;
line-height: 1.1666666666em;
text-transform: uppercase;
color: #808080;
color: rgba(0, 0, 0, .5);
margin-top: 1.75em;
margin-bottom: 1.75em;
}
footer img,
center image {
display: inline;
margin: 1em 0.5em;
}
a {
color: #db048d;
text-decoration: none;
border-bottom: 1px solid #fad4ec;
cursor: pointer;
}
a:hover { border-bottom-color: #db048d }
a:active { color: #ba0477 }
a:focus,
a:focus:hover {
background: #db048d;
color: #FFF;
color: rgba(255, 255, 255, .99);
outline: 2px solid #db048d;
border-bottom-color: #fad4ec;
}
footer, center {
text-align: center;
}
::selection {
background: rgba(31, 184, 235, .5);
}
button {
background: none;
border: none;
font-size: inherit;
font-weight: inherit;
...