From 7f482e7223ef8f9673b96120924608366aa8a420 Mon Sep 17 00:00:00 2001 From: Aeriel Denmark Date: Sat, 28 Sep 2019 19:15:05 -0700 Subject: [PATCH 1/4] Welcome to CSS This new repo contains a basic CSS file I created when learning CSS --- CSS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CSS diff --git a/CSS b/CSS new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/CSS @@ -0,0 +1 @@ + From d73279638b087016077a2a9c70e00801f8b958c3 Mon Sep 17 00:00:00 2001 From: Aeriel Denmark Date: Sat, 28 Sep 2019 19:17:20 -0700 Subject: [PATCH 2/4] Add files via upload --- CSS Prop & Ex.html | 151 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 CSS Prop & Ex.html diff --git a/CSS Prop & Ex.html b/CSS Prop & Ex.html new file mode 100644 index 0000000..5ef2041 --- /dev/null +++ b/CSS Prop & Ex.html @@ -0,0 +1,151 @@ + + + + + + + + + + +
+ +

Five CSS Properties and Examples

+ +

+ www.wikipedia.org

+ +

Example #1: Creating Borders

+ +

CSS was first proposed by Håkon Wium Lie on October 10, 1994. At + the time, Lie was working with Tim Berners-Lee at CERN. Several other + style sheet languages for the web were proposed around the same time, and + discussions on public mailing lists and inside World Wide Web Consortium + resulted in the first W3C CSS Recommendation (CSS1) being released in + 1996. In particular, a proposal by Bert Bos was influential; he became + co-author of CSS1, and is regarded as co-creator of CSS.

+ +

Example #2: Text Color

+ +

Style sheets have existed in one form or another since the + beginnings of Standard Generalized Markup Language (SGML) in the 1980s, + and CSS was developed to provide style sheets for the web. One + requirement for a web style sheet language was for style sheets to come + from different sources on the web. Therefore, existing style sheet + languages like DSSSL and FOSI were not suitable. CSS, on the other hand, + let a document's style be influenced by multiple style sheets by way of + "cascading" styles.

+ +

Example #3: Floating an Image with Text

+ +

 + As HTML grew, it came to encompass a wider variety of stylistic + capabilities to meet the demands of web developers. This evolution gave + the designer more control over site appearance, at the cost of more + complex HTML. Variations in web browser implementations, such as ViolaWWW + and WorldWideWeb, made consistent site appearance difficult, and users + had less control over how web content was displayed. The browser/editor + developed by Tim Berners-Lee had style sheets that were hard-coded into + the program. The style sheets could therefore not be linked to documents + on the web. Robert Cailliau, also of CERN, wanted to separate the + structure from the presentation so that different style sheets could + describe different presentation for printing, screen-based presentations, + and editors.

+ +

Example #4: Bacground Color

+ +

Improving web presentation capabilities was a topic of interest + to many in the web community and nine different style sheet languages + were proposed on the www-style mailing list. Of these nine proposals, + two were especially influential on what became CSS: Cascading HTML Style + Sheets and Stream-based Style Sheet Proposal (SSP). Two browsers served + as testbeds for the initial proposals; Lie worked with Yves Lafon to + implement CSS in Dave Raggett's Arena browser. Bert Bos implemented his + own SSP proposal in the Argo browser. Thereafter, Lie and Bos worked + together to develop the CSS standard (the 'H' was removed from the name + because these style sheets could also be applied to other markup + languages besides HTML).

+ +

Example #5: Text-Shadow

+ +

Lie's proposal was presented at the "Mosaic and the Web" + conference (later called WWW2) in Chicago, Illinois in 1994, and again + with Bert Bos in 1995. Around this time the W3C was already being + established, and took an interest in the development of CSS. It organized + a workshop toward that end chaired by Steven Pemberton. This resulted in + W3C adding work on CSS to the deliverables of the HTML editorial review + board (ERB). Lie and Bos were the primary technical staff on this aspect + of the project, with additional members, including Thomas Reardon of + Microsoft, participating as well. In August 1996, Netscape Communication + Corporation presented an alternative style sheet language called + JavaScript Style Sheets (JSSS). The spec was never finished, and is + deprecated. By the end of 1996, CSS was ready to become official, and + the CSS level 1 Recommendation was published in December.

+ + + + From 3ae314c669778461d04e6255f6c0b7fceb93f3e6 Mon Sep 17 00:00:00 2001 From: Aeriel Denmark Date: Sat, 28 Sep 2019 19:19:01 -0700 Subject: [PATCH 3/4] Delete CSS Prop & Ex.html --- CSS Prop & Ex.html | 151 --------------------------------------------- 1 file changed, 151 deletions(-) delete mode 100644 CSS Prop & Ex.html diff --git a/CSS Prop & Ex.html b/CSS Prop & Ex.html deleted file mode 100644 index 5ef2041..0000000 --- a/CSS Prop & Ex.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - -
- -

Five CSS Properties and Examples

- -

- www.wikipedia.org

- -

Example #1: Creating Borders

- -

CSS was first proposed by Håkon Wium Lie on October 10, 1994. At - the time, Lie was working with Tim Berners-Lee at CERN. Several other - style sheet languages for the web were proposed around the same time, and - discussions on public mailing lists and inside World Wide Web Consortium - resulted in the first W3C CSS Recommendation (CSS1) being released in - 1996. In particular, a proposal by Bert Bos was influential; he became - co-author of CSS1, and is regarded as co-creator of CSS.

- -

Example #2: Text Color

- -

Style sheets have existed in one form or another since the - beginnings of Standard Generalized Markup Language (SGML) in the 1980s, - and CSS was developed to provide style sheets for the web. One - requirement for a web style sheet language was for style sheets to come - from different sources on the web. Therefore, existing style sheet - languages like DSSSL and FOSI were not suitable. CSS, on the other hand, - let a document's style be influenced by multiple style sheets by way of - "cascading" styles.

- -

Example #3: Floating an Image with Text

- -

 - As HTML grew, it came to encompass a wider variety of stylistic - capabilities to meet the demands of web developers. This evolution gave - the designer more control over site appearance, at the cost of more - complex HTML. Variations in web browser implementations, such as ViolaWWW - and WorldWideWeb, made consistent site appearance difficult, and users - had less control over how web content was displayed. The browser/editor - developed by Tim Berners-Lee had style sheets that were hard-coded into - the program. The style sheets could therefore not be linked to documents - on the web. Robert Cailliau, also of CERN, wanted to separate the - structure from the presentation so that different style sheets could - describe different presentation for printing, screen-based presentations, - and editors.

- -

Example #4: Bacground Color

- -

Improving web presentation capabilities was a topic of interest - to many in the web community and nine different style sheet languages - were proposed on the www-style mailing list. Of these nine proposals, - two were especially influential on what became CSS: Cascading HTML Style - Sheets and Stream-based Style Sheet Proposal (SSP). Two browsers served - as testbeds for the initial proposals; Lie worked with Yves Lafon to - implement CSS in Dave Raggett's Arena browser. Bert Bos implemented his - own SSP proposal in the Argo browser. Thereafter, Lie and Bos worked - together to develop the CSS standard (the 'H' was removed from the name - because these style sheets could also be applied to other markup - languages besides HTML).

- -

Example #5: Text-Shadow

- -

Lie's proposal was presented at the "Mosaic and the Web" - conference (later called WWW2) in Chicago, Illinois in 1994, and again - with Bert Bos in 1995. Around this time the W3C was already being - established, and took an interest in the development of CSS. It organized - a workshop toward that end chaired by Steven Pemberton. This resulted in - W3C adding work on CSS to the deliverables of the HTML editorial review - board (ERB). Lie and Bos were the primary technical staff on this aspect - of the project, with additional members, including Thomas Reardon of - Microsoft, participating as well. In August 1996, Netscape Communication - Corporation presented an alternative style sheet language called - JavaScript Style Sheets (JSSS). The spec was never finished, and is - deprecated. By the end of 1996, CSS was ready to become official, and - the CSS level 1 Recommendation was published in December.

- - - - From e276e2fff4396fb4d9f14ce4c9a414c228ef6213 Mon Sep 17 00:00:00 2001 From: Aeriel Denmark Date: Sat, 28 Sep 2019 19:19:16 -0700 Subject: [PATCH 4/4] Delete CSS --- CSS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CSS diff --git a/CSS b/CSS deleted file mode 100644 index 8b13789..0000000 --- a/CSS +++ /dev/null @@ -1 +0,0 @@ -