Skip to content

Instantly share code, notes, and snippets.

@sanhphanvan96
Created September 21, 2017 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanhphanvan96/afa35e9b73873b5b1e7dded04fa741df to your computer and use it in GitHub Desktop.
Save sanhphanvan96/afa35e9b73873b5b1e7dded04fa741df to your computer and use it in GitHub Desktop.
lookup
#lookup,
.body-bg,
body,
html {
height: 100%
}
body {
color: #dadada;
line-height: 1.75;
margin: 0
}
button,
html,
input,
textarea {
font-family: 'Open Sans', sans-serif
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased
}
.body-bg {
background: url("https://github.com/sanhphanvan96/images/raw/master/Lookup/overlay.png") rgba(0, 0, 0, .5);
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -1
}
h1 {
color: #fff;
font-family: 'Roboto Slab', serif;
font-weight: 400;
line-height: 1.16667;
font-size: 44px;
margin-bottom: 15px
}
.container {
width: 600px
}
#lookup {
display: flex;
justify-content: center;
align-items: center;
width: 100%
}
#alert-error,
#alert-ok {
display: none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment