mirror of
https://github.com/kognise/water.css.git
synced 2025-12-07 23:35:10 +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>
|
<p>
|
||||||
This is supposed to be a demo page so we need more elements!
|
This is supposed to be a demo page so we need more elements!
|
||||||
</p>
|
</p>
|
||||||
|
<img src='http://placekitten.com/408/287' alt='Example kitten'>
|
||||||
<ul>
|
<ul>
|
||||||
<li>List item 1</li>
|
<li>List item 1</li>
|
||||||
<li>List item 2</li>
|
<li>List item 2</li>
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,10 @@ input[type='checkbox'] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
a, button, input, textarea {
|
a, button, input, textarea {
|
||||||
transition: background-color .1s linear,
|
transition: background-color .1s linear,
|
||||||
border-color .1s linear,
|
border-color .1s linear,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue