mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +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
|
||||
-----------------------------*/
|
||||
|
|
@ -622,4 +627,4 @@ aside .copyright p{
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue