forked from 0x2620/oxjs
add more examples
This commit is contained in:
parent
c72031bfdf
commit
c7e89cf73a
6 changed files with 128 additions and 0 deletions
13
examples/symbols/css/example.css
Normal file
13
examples/symbols/css/example.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.OxButtonGroup {
|
||||
margin: 4px;
|
||||
}
|
||||
.buttons {
|
||||
height: 64px;
|
||||
}
|
||||
.symbol {
|
||||
float: left;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
border: 1px solid rgb(208, 208, 208);
|
||||
margin: 8px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue