Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vb authored Sep 22, 2016
1 parent 3fe53ed commit 3eff058
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,23 @@
}
.lazyframe--custom{
background: #bada55;
display: flex;
align-items: center;
text-align: center;
justify-content: center;

}
.lazyframe--custom .lazyframe__title{
position: relative;
width: 100%;
display: block;
font-size: 32px;
font-family: arial;
color: white;
}
.lazyframe--custom:before{
width: auto;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 3eff058

Please sign in to comment.