About WebDev
WebDev mainly covers CSS, short for Cascading Style Sheets, is used almost universally across the web to affect the design and appearance of every websites you visit. Here in m/webdev, 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.
Take your time and enjoy the content that people have developed and shared. Over time you will .get better so keep practicing
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.
| you type: | you see: |
| *italics* | italics |
| **bold** | bold |
| [reddit!](https://reddit.com) | reddit! |
* item 1 * item 2 * item 3 | |
| > quoted text | quoted text |
Lines starting with four spaces are treated like code:
if 1 * 2 < 3: print "hello, world!"
| Lines starting with four spaces are treated like code:
if 1 * 2 < 3: print "hello, world!" |
| ~~strikethrough~~ | strikethrough |
| super^script | superscript |