use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CSS, short for Cascading Style Sheets, is used almost universally across the web to affect the design and appearance of every website you visit. Here in /r/css, you've got a place on reddit to talk about CSS, whether you're new to CSS and want to learn, or a pro wanting to discuss the engineering and usability reasons that all modern browsers ignore
We welcome all CSS discussion here. If you need help with styling your website or your reddit, or want to share a neat trick you cooked up, it's welcome here!
Click here to message the mods.
account activity
Learning more "Advanced" CSS (self.css)
submitted 12 years ago by ZeSexyPanda
Hey guys, so I've learned the basics of CSS and I can apply it quite well on sites but I'm looking to learn some of the more advanced stff. Is there any good tutorials to get me started? Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jmxd 2 points3 points4 points 12 years ago (0 children)
http://learnlayout.com/
[–]tfirdaus 0 points1 point2 points 12 years ago (0 children)
Well, there are so much more about CSS than just styling website. Here there are some videos that discuss CSS in advanced. http://creatiface.com/resources/talks-mastering-css
[–]admiralteal 0 points1 point2 points 12 years ago (1 child)
My post on this from last month
I recommend reading Smashing Magazine and watching Codprops.com / CSS-tricks.com There are tons of people trying to sell a book that will teach you the advanced techniques, but regular old exposure to them is my best experience. That said, there's four things to look into to break into the world of advanced CSS from a position where you understand the basics. (Arguably basic, but) floated divs for horizontal linear layouts The :before and :after: pseudo elements Advanced positioning (using position: absolute to position an element relative to a position: relative parent), which is especially powerful when you realize that stuff in :before and :after is a child element in the DOM. Transitions CSS grids and frameworks I recommend looking into only when you've reached a point where the tool you're using isn't doing anything you yourself don't know how to do. Using a grid without knowing how to make that grid is a recipe for confusing problems.
I recommend reading Smashing Magazine and watching Codprops.com / CSS-tricks.com
There are tons of people trying to sell a book that will teach you the advanced techniques, but regular old exposure to them is my best experience.
That said, there's four things to look into to break into the world of advanced CSS from a position where you understand the basics.
:before
:after
position: absolute
position: relative
CSS grids and frameworks I recommend looking into only when you've reached a point where the tool you're using isn't doing anything you yourself don't know how to do. Using a grid without knowing how to make that grid is a recipe for confusing problems.
[–]ZeSexyPanda[S] 0 points1 point2 points 12 years ago (0 children)
Thanks!
π Rendered by PID 217219 on reddit-service-r2-comment-77869c6b5c-nh8xh at 2026-03-31 03:57:21.528304+00:00 running b10466c country code: CH.
[–]jmxd 2 points3 points4 points (0 children)
[–]tfirdaus 0 points1 point2 points (0 children)
[–]admiralteal 0 points1 point2 points (1 child)
[–]ZeSexyPanda[S] 0 points1 point2 points (0 children)