Posted by: [deleted]
Posting time: 3.5 years ago on 5/25/2017 10:34:38 PM
Last edit time: 3.5 years ago on 5/25/2017 10:40:05 PM
Archived on: 8/24/2017 10:00:00 AM
Views: 248
SCP: 5
5 upvotes, 0 downvotes (100% upvoted it)
~1 user(s) here now
Never be afraid to ask for help. There is no such thing as a stupid question, only stupid people.
NSFW: No Authorized: No Anon: No Private: No Type: Default
Content violates spam guidelines
Content contains or links to content that is illegal
Content contains personal information that relates to a Voat users real world or online identity
Content or User violates User Agreement
Hi, it looks like you're new. Welcome to Voat!
Voat is a censorship-free community platform where content is submitted, organized, moderated and voted on (ranked) by the users.
Archived Account Deleted By User (VoatCssTuts)
submitted 3.5 years ago by [deleted]
It is important before you begin that you understand how to properly use selectors.
Now if you head on over to v/magicmemes you will notice that the #container and #header are opaque.
A variation of the CSS used in v/magicmemes to achieve this effect is;
#container, #header { opacity: .93; }
The opacity property can be given a number between 1 (NO TRANSPARENCY) and 0 (Not Visible/ fully opaque).
Questions?
view the rest of the comments →
[–] lemon11 0 points 2 points 2 points (+2|-0) 3.5 years ago
"Opacity" means opaqueness, the inverse of transparency. 1 is the default, which is full opacity, no transparency.
view the rest of the comments →
[–] lemon11 0 points 2 points 2 points (+2|-0) ago
"Opacity" means opaqueness, the inverse of transparency. 1 is the default, which is full opacity, no transparency.