Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Meta33867yAt the office we discovered that websites without any style are mobile friendly by default 😄
-
For those looking for a more robust solution:
*{
display: none !important;
opacity: 0 !important;
background: none !important;
height: 0 !important;
width: 0 !important;
overflow: hidden !important;
} -
Jonas-437y@AlgoRythm wow, that is the perfect solution. It even supports ie5 and up. What is this magic?
Related Rants
Client wants a beautiful webpage ASAP.
I just discovered the perfect CSS that will magically fix all of their problems:
body {
display : none ! important;
}
The best part is that its mobile friendly by default.
After all,
Simplicity is key 😉
undefined
sarcasm
css
joke
clients