1 / 6

Why you should use CSS more

Why you should use CSS more. By Ruslan Polyanskiy. What is CSS. “Cascading Style Sheets ( CSS ) is a style sheet language used for describing the look and formatting of a document written in a markup language.” Helps create and organize the design of your sites. More Organization.

Download Presentation

Why you should use CSS more

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Why you should use CSS more By RuslanPolyanskiy

  2. What is CSS • “Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language.” • Helps create and organize the design of your sites.

  3. More Organization • It helps you organize your code. • Less code is needed on your main pages. • Easier to create a central design. • Easier updates on background design, table design, etc.

  4. Beyond organization • Using CSS you can add many different cool things in your pages • You could add drop downs, comment sections, calendars, and whatever else you could think of either through use of JavaScript’s or pure CSS.

  5. DIV tags and why you should use them • DIV tags are similar to regular CSS tags. • DIV tags affect a whole block of code in html unlike regular CSS tags that only affect a single tag (table, td).

  6. Resources • http://www.quackit.com/css/codes/ • http://www.htmldog.com/guides/css/beginner/ • http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/ • http://css3gen.com/ • http://www.1stwebdesigner.com/css/45-useful-css3-tutorials-and-techniques/ • http://coding.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/

More Related