mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Add image fix
This commit is contained in:
parent
b2058002a4
commit
e60a4fe778
2 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue