CSS Programming Cookbook

About the author

Fabio is a passionate student in web tehnologies including front-end (HTML/CSS) and web design. He likes exploring as much as possible about the world wide web and how it can be more productive for us all.

Currently he studies Computer Engineering, at the same time he works as a freelancer on both web programming and graphic design.

Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. Although most often used to change the style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any kind of XML document, including plain XML, SVG and XUL. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.

CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple HTML pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content, such as semantically insignificant tables that were widely used to format pages before consistent CSS rendering was available in all major browsers. CSS makes it possible to separate presentation instructions from the HTML content in a separate file or style section of the HTML file.

In this ebook, we provide a compilation of CSS based examples that will help you kick-start your own web projects. We cover a wide range of topics, from text styling and table design, to class inheritance and hover effects. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

CSS Programming Cookbook includes:

  1. CSS Inheritance
  2. CSS Multiple Classes
  3. CSS Last Child
  4. CSS Table Design
  5. CSS Button Style
  6. CSS Input Type Text
  7. CSS Text Decoration
  8. CSS Text Shadow Example
  9. CSS Box Shadow Example
  10. CSS Horizontal Menu
  11. CSS Rotate Image
  12. CSS Hover Effects
WCG eBooks are professionally designed, downloadable collections of popular WCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button