#it was not easy ghlkh it took me like 30 hrs at least
Explore tagged Tumblr posts
quicktimeeventfull · 6 months ago
Text
btw if you are making workskins for ao3 you can apply display:none to classes to hide content from users with creator’s style on but display it to users with creator’s style off. this allows you to make notes about important content that is only visible with CSS on. display: none hides content from screenreaders as well as from visual displays. it works like this: .hide { display: none; } <div class=“hide”>hidden content</hide>
1 note · View note