forked from 0x2620/oxjs
rename some examples
This commit is contained in:
parent
71218cd61f
commit
7bd83e7b9f
11 changed files with 3 additions and 16 deletions
8
examples/image_manipulation/css/example.css
Normal file
8
examples/image_manipulation/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