I just uncovered 5 useful sites to learn CSS

Thread below 🧵
🔹CSS-Tricks

CSS-Tricks is a blog dedicated to the CSS tricks and lessons. Learn how to do some things you never thought were possible with just CSS here:

css-tricks.com
🔹W3Schools CSS Tutorials

This is my all time favorite site when it comes to learning the basics of CSS. The Tutorials are in-depth and also easy to follow. They also have a runtime environment where you can see the output.

w3schools.com/css/default.asp
🔹 CSS at MaxiDesign

At MaxDesign, you can find Russ Weakley’s brilliant set of CSS-related tutorials including lessons on responsive web design:

css.maxdesign.com.au
🔹CSSDog

CSSDog has a section for both beginners and more advanced developers. Aside from CSS lessons, their CSS Reference section – which lists quick guides and color references – are very helpful.

cssdog.com/index.html
🔹CSS-Discuss

CSS-Discuss is a community of CSS enthusiasts. The CSS-Discuss Wiki is a comprehensive collection of real-world usage of CSS.

css-discuss.org
Do you know any other great sites to learn CSS?

Comment them below 👇

Follow me (@UbahTheBuilder) for more tips like this.
I added 5 more in the blog post 👇

ubahthebuilder.tech/10-great-websi…

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Kingsley Ubah💥

Kingsley Ubah💥 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @UbahTheBuilder

22 Mar
10 VSCode keyboard shortcuts that’ll save you hours while coding.

Thread below 🧵
SPLIT TERMINALS

We can create and display multiple terminals at the same time with the following command:
EMMET ABREVIATIONS

If you’re writing HTML, you should know how tedious and time consuming it is to write certain elements. Emmet allows you create HTML elements (and even boilerplate) with some few keyboard shortcuts:
Read 12 tweets
19 Mar
5 effective ways you can improve your coding skills

A short thread 🧵
🎯Have good command of one programming language.

One thing I have noticed is that it’s far easier to learn a new language when you fully comprehend one. Instead of hoping from one language to another, fully commit to “mastering” just one.
🎯 Constantly practice what you learn.

Build projects based on them. There is absolutely no better way to learn than doing it yourself, and consistently. It doesn’t matter if it’s big or small, what matters is you do it. Practise makes perfect.
Read 8 tweets
17 Mar
Basic git commands all software developers should know.

Thread below 🧵
🎯 Initializing a new repository: git init
🎯 Cloning an existing repository: git clone
Read 10 tweets
15 Mar
Complete web development roadmap for newbie developers, along with resources.

Thread below 🧵
🎯 LEARN HTML

HTML is the markup language of the web. With it, you can make texts underlined, bold, italicized etc. You can also create navigations, forms and many more web elements.

Learn about HTML here -

w3schools.com/html/
🎯LEARN CSS

CSS (Cascading Style Sheets) is used to style/design HTML elements. Without CSS, the whole web page would look boring. CSS can also be used to create simple, yet eye-catching animations.

Learn more about CSS with (@traversymedia)

Read 14 tweets
11 Mar
7 terminal commands all web developers should know.

Thread below 👇
🔹GIT

Git is by far the most popular version control system right now. 

There are plenty of third-party apps and tools available but most people prefer to access git natively though the terminal. 

Learn more about Git 👇

atlassian.com/git
🔹SSH

With the ssh command users can quickly connect to a remote host and log into its Unix shell. 

To establish a connection you simply need to specify the correct ip address or url. 

// ssh username@remote_host
Read 9 tweets
9 Mar
7 essential technical skills every software developer should have.

Thread below 👇
🔹OOP Language (C++, Java)

This is a programming paradigm that helps you model web entities after real life objects. Here you can specify properties and methods which controls how the elements looks and behaves.

It's also very powerful and allows you to virtually anything.
🔹DATABASES AND SQL

Data are stored in databases and SQL (Structured Query language) is the language used to manage relational "tabular" databases.

It is important you know SQL, along with a database like like Oracle ,
MySQL, Microsoft SQL Server, PostgreSQL
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!