add steganograpy example
This commit is contained in:
parent
37f3bf8f51
commit
036d51e7b5
5 changed files with 127 additions and 0 deletions
17
examples/steganography/css/example.css
Normal file
17
examples/steganography/css/example.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
table {
|
||||
border-spacing: 8px;
|
||||
}
|
||||
td {
|
||||
padding: 0;
|
||||
border-collapse: collapse;
|
||||
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
vertical-align: top;
|
||||
//background: red;
|
||||
}
|
||||
td:first-child {
|
||||
width: 320px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue