Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
learning

48 Articles
{
,

}
Direct link to the article Layoutit Grid: Learning CSS Grid Visually With a Generator
generator grid learning

Layoutit Grid: Learning CSS Grid Visually With a Generator

Layoutit Grid is an interactive open source CSS Grid generator. It lets you draw your designs and see the code as you go. You can interact with the code, add or remove track lines and drag them around to change …

Avatar of Matias Capeletto
Matias Capeletto on Oct 15, 2020
Direct link to the article What I Learned by Fixing One Line of CSS in an Open Source Project
learning open source

What I Learned by Fixing One Line of CSS in an Open Source Project

I was browsing the Svelte docs on my iPhone and came across a blaring UI bug. The notch in the REPL knob was totally out of whack. I’m always looking to contribute to open source, and I thought this would …

Avatar of Benjamin Schachter
Benjamin Schachter on Aug 14, 2020 (Updated on Aug 17, 2020)
Direct link to the article Want to get better at code? Teach someone CSS.
learning

Want to get better at code? Teach someone CSS.

A friend of mine recently asked me to teach her to code. She was an absolute beginner, having no idea what coding really involves. I decided to start where I started: HTML and CSS. Using CodePen, we started forking Pens …

Avatar of Peter Murray
Peter Murray on Jul 28, 2020
Direct link to the article A little bit of plain Javascript can do a lot
learning

A little bit of plain Javascript can do a lot

Direct Link

Julia Evans:

I decided to implement almost all of the UI by just adding & removing CSS classes, and using CSS transitions if I want to animate a transition.

An awful lot of the JavaScript on sites (that aren’t …

Avatar of Chris Coyier
Shared by Chris Coyier on Jul 8, 2020
Direct link to the article Settling down in a Jamstack world
jamstack learning

Settling down in a Jamstack world

One of the things I like about Jamstack is that it’s just a philosophy. It’s not particularly prescriptive about how you go about it. To me, the only real requirement is that it’s based on static (CDN-backed) hosting. You …

Avatar of Chris Coyier
Chris Coyier on Jul 3, 2020
Direct link to the article Where Do You Learn HTML & CSS in 2020?
chronicle learning

Where Do You Learn HTML & CSS in 2020?

The question of how and where to learn HTML & CSS is a highly reasonable thing to ask. The answer depends on all sorts of things: how serious you are, your current foundation, what other resources are available to you, …

Avatar of Chris Coyier
Chris Coyier on Jun 19, 2020 (Updated on Jul 13, 2022)
learning

User agents

Direct Link

Jeremy beating the classic drum:

For web development, start with HTML, then CSS, then JavaScript (and don’t move on to JavaScript too quickly—really get to grips with HTML and CSS first).

And then…

That’s assuming you want to be

…
Avatar of Chris Coyier
Shared by Chris Coyier on May 19, 2020
Direct link to the article Front-End Challenges
learning

Front-End Challenges

My favorite way to level up as a front-end developer is to do the work. Literally just build websites. If you can do it for money, great, you should. If the websites you make can help yourself or anyone …

Avatar of Chris Coyier
Chris Coyier on Apr 17, 2020
Direct link to the article Where to Learn WordPress Theme Development
learning themes WordPress

Where to Learn WordPress Theme Development

Over a decade ago, I did a little three-part video series on Designing for WordPress. Then I did other series with the same spirit, like videocasting the whole v10 redesign, a friend’s website, and even writing a …

Avatar of Chris Coyier
Chris Coyier on Feb 28, 2020
Direct link to the article Why is CSS Frustrating?
learning

Why is CSS Frustrating?

Here’s a great thread by Kevin Powell that’s making the rounds. He believes so many folks see CSS as a frustrating and annoying language:

That's just as unintuitive as JS starting to count at 0, but since you learned that

…
Avatar of Robin Rendle
Robin Rendle on Feb 27, 2020 (Updated on Mar 10, 2020)
Direct link to the article Inspiring high school students with HTML and CSS
learning

Inspiring high school students with HTML and CSS

Direct Link

Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:

[…] the response from that class of high school students delighted me and grounded me in a way I haven’t experienced before.

…
Avatar of Robin Rendle
Shared by Robin Rendle on Feb 21, 2020
  • Newer
  • 1
  • 2
  • 3
  • ...
  • 5
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top