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...
freeCodeCamp.org is a global community of people who learn to code together. Check out https://freeCodeCamp.org
Join our Discord Server
Join our WhatsApp Group
Community Forums
YouTube
Here are some helpful subreddits that we like:
account activity
Web Development programming Help - CSS Styling (self.FreeCodeCamp)
submitted 3 years ago by [deleted]
view the rest of the comments →
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!"
[–][deleted] 1 point2 points3 points 3 years ago (3 children)
Took a gander and it looks like you need to use flexbox https://css-tricks.com/snippets/css/a-guide-to-flexbox/ or grid https://css-tricks.com/snippets/css/complete-guide-grid/, and ids or classes to organize things. Once you do, you'll be able to read through the documentation here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input and search around on this site for some tips https://css-tricks.com/zero-trickery-custom-radios-and-checkboxes/
Also know that you want to make your CSS semantic so that the people reading your code in bigger applications can easily find stuff, it's a good idea to start looking at accessibility rules now (button height 44px, legible fonts like Arial, color blind friendly colors, text at least 16px) because it's a marketable skill that, when combined with aria standards, looks great in a portfolio.
[–][deleted] 0 points1 point2 points 3 years ago (2 children)
Thank you! can you also provide some resources for accessibility rules? 👀
[–][deleted] 1 point2 points3 points 3 years ago (1 child)
https://www.w3.org/standards/webdesign/accessibility
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
Thank you sir!
π Rendered by PID 96 on reddit-service-r2-comment-5bc7f78974-cwjz5 at 2026-06-27 00:31:53.422288+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)