Add image fix

This commit is contained in:
Kognise 2019-04-05 14:59:12 -04:00
parent b2058002a4
commit e60a4fe778
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6
2 changed files with 5 additions and 0 deletions

View file

@ -38,6 +38,7 @@
<p>
This is supposed to be a demo page so we need more elements!
</p>
<img src='http://placekitten.com/408/287' alt='Example kitten'>
<ul>
<li>List item 1</li>
<li>List item 2</li>

View file

@ -18,6 +18,10 @@ input[type='checkbox'] {
cursor: pointer;
}
img {
max-width: 100%;
}
a, button, input, textarea {
transition: background-color .1s linear,
border-color .1s linear,