mirror of
https://github.com/danpros/htmly.git
synced 2026-04-21 04:56:23 +05:30
Add Class Hide
This commit is contained in:
parent
efd0d5f5f5
commit
51866dcfa2
1 changed files with 6 additions and 1 deletions
|
|
@ -41,6 +41,11 @@ img {
|
|||
outline: 0 none;
|
||||
}
|
||||
|
||||
.hide {
|
||||
position: absolute;
|
||||
top: -9999em;
|
||||
left: -9999em;
|
||||
}
|
||||
/*----------------------------
|
||||
Headings
|
||||
-----------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue