Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <style>
- div{
- display: none!important;
- }
- div[style="display: inline;"]{
- display: inline!important;
- }
- </style>
- </head>
- <body>
- <div style="display: inline;">You should see me!</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement