forked from 0x2620/oxjs
add image methods example
This commit is contained in:
parent
581b87baf9
commit
c8e25562db
8 changed files with 165 additions and 26 deletions
8
examples/lenna/css/example.css
Normal file
8
examples/lenna/css/example.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
body {
|
||||
margin: 16px;
|
||||
background-color: rgb(240, 240, 240);
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
margin: 8px 0 0 2px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue