Skip to content

Commit eeecedb

Browse files
Update README.md
1 parent ad7b25d commit eeecedb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

WCC-Glossary/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,18 @@ Synonyms: Bash, Terminal, Command Line Interface (CLI), Shell
8585

8686
### Cross-Site-Script (XSS)
8787

88-
### CSS
88+
### CSS (Cascading Style Sheets)
89+
8990
> CSS (Cascading Style Sheets) is a declarative language that controls how webpages look in the browser.
9091
> The browser applies CSS style declarations to selected elements to display them properly.
9192
> A style declaration contains the properties and their values, which determine how a webpage looks.
9293
9394
<sup>*Source: https://developer.mozilla.org/en-US/docs/Glossary/CSS*</sup>
9495

96+
| Further Reads |
97+
| -------------------------------------------|
98+
| [CSS Guidlines](https://cssguidelin.es/) |
99+
95100
## D
96101

97102
### Deprecated
@@ -268,7 +273,7 @@ Padding is used in CSS to indicate how much space there is around paragraphs, he
268273

269274
### Responsive Webdesign
270275

271-
>Responsive design is the practice of designing a website so it looks and works properly on a range of different devices — particularly mobile phones and tablets as well as desktops and laptops.
276+
> Responsive design is the practice of designing a website so it looks and works properly on a range of different devices — particularly mobile phones and tablets as well as desktops and laptops.
272277
273278
Source: https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_Mode
274279

@@ -278,7 +283,8 @@ Source: https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_Mode
278283

279284
### Rust
280285

281-
>Rust is a new open-source systems programming language created by Mozilla and a community of volunteers, designed to help developers create fast, secure applications which take full advantage of the powerful features of modern multi-core processors. It prevents segmentation faults and guarantees thread safety, all with an easy-to-learn syntax.
286+
> Rust is a new open-source systems programming language created by Mozilla and a community of volunteers, designed to help developers create fast, secure applications which take full advantage of the powerful features of modern multi-core processors.
287+
> It prevents segmentation faults and guarantees thread safety, all with an easy-to-learn syntax.
282288
283289
Source: https://developer.mozilla.org/en-US/docs/Mozilla/Rust
284290

0 commit comments

Comments
 (0)