From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/th/learn/css/index.html | 45 ------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 files/th/learn/css/index.html (limited to 'files/th/learn/css') diff --git a/files/th/learn/css/index.html b/files/th/learn/css/index.html deleted file mode 100644 index 03b2f56611..0000000000 --- a/files/th/learn/css/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: CSS -slug: Learn/CSS -tags: - - Beginner - - CSS - - CodingScripting - - NeedsContent - - NeedsTranslation - - TopicStub -translation_of: Learn/CSS ---- -

Whereas {{glossary("HTML")}} only specifies content structure, another major Web technology called {{Glossary('CSS')}} specifies how the content should look.

- -

CSS stands for Cascading style sheet. You can write CSS code inside {{HTMLElement("style")}} tags, but you normally write separate .css files so you can reuse styling information. CSS uses selectors to apply styles to HTML elements. We suggest you start with the following pages to pick up some skills and learn how to use CSS properly. Pick a page that looks interesting to you. If you don't know where to start, move from the first basic skill to the last advanced skill.

- -
-
-

The basics

- -

Start here if you aren't familiar with CSS:

- -
-
What CSS properties are & how to use them
-
This article explains how to use selectors apply CSS properties to HTML elements.
-
Basic text styling in CSS
-
Styling text is one easy application of CSS. Learn how in this article.
-
Using CSS in a webpage
-
Knowing CSS is one thing, but you also need to make it play well with {{Glossary("HTML")}}. The article explains how.
-
-
- -
-

In depth

- -

Once you get used to working with CSS, here are some details to explore:

- -
-
CSS Reference
-
An exhaustive reference for seasoned Web developers describing every CSS property and concept.
-
-
-
- -

 

-- cgit v1.2.3-54-g00ecf