Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
CSS
47
artigo print
Guest on 1st August 2022 02:07:58 PM
body
*
{
visibility
:
hidden
;
}
header
,
footer
{
display
:
none
;
}
#artigo
,
#artigo
*
{
visibility
:
visible
;
}
#artigo
{
position
:
absolute
;
left
:
0
;
top
:
0
;
width
:
100%
;
}
Raw Paste
body * { visibility: hidden; } header, footer { display: none; } #artigo, #artigo * { visibility: visible; } #artigo { position: absolute; left: 0; top: 0; width: 100%; }
Login
or
Register
to edit or fork this paste. It's free.