allows for example image to be added to filter-based scripts

This commit is contained in:
Ashley Blewer
2017-01-16 21:50:38 -05:00
parent 9cfb9c4744
commit f727d24bd9
3 changed files with 15 additions and 1 deletions

View File

@ -10,6 +10,16 @@ dt {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.sample-image {
margin-bottom: 18px;
}
h1 {
letter-spacing:8px;
font-size:86px;
@ -56,4 +66,4 @@ div {
.btn:hover:before, .btn:focus:before, .btn:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
}
}