Skip to content

Instantly share code, notes, and snippets.

.Card {
display: grid;
grid-template: 1fr 1fr;
max-width: 300px;
height: 225px;
position: relative;
overflow: hidden;
transition:0.8s cubic-bezier(0.2, 0.82, 0.165, 1);
cursor: pointer;
box-shadow: 0 20px 40px rgba(0,0,0,0.25);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
body {
font-family: 'Lato', sans-serif;
margin: 0;
-webkit-font-smoothing: antialiased;
font-size: 20px;
@Jvalal-zz
Jvalal-zz / db.json
Last active December 12, 2018 20:44
{
"userId": 122121,
"displayName": "Admin Jay",
"firstName": "test ",
"lastName": "test",
"email": "aaajay@cfchildren.org",
"lastModified": "2018-12-12T18:38:59.367",
"roles": [{
"roleName": "Administrators",
"roleId": 0,