没有合适的资源?快使用搜索试试~ 我知道了~
首页CSS Visual Dictionary
资源详情
资源评论
资源推荐


Disclaimer for Kindle, IOS and Android-
based Readers
You are reading Kindle e-Book conversion of the original
print manuscript. To accurately transfer a technical
manuscript containing CSS Source Code to the e-book
format acceptable for Kindle readers often takes
extraordinary editing measures. As a long time publisher
Learning Curve strives to provide the best experience for
our Kindle readers given limitations of the medium. For
example, source code is traditionally difficult to implement
correctly for Kindle format. Although Learning Curve
books -- originally designed as a desk reference -- are best
consumed in the paperback format. Nonetheless, we've
gone to a great extent to make sure that the content of this
technical book is readable on as many Amazon Kindle,
Apple and Android-based devices as possible in its most
acceptable format.
Learning Curve Books is a TradeMark of Learning Curve Books, LLC.
© 2018 All Rights Reserved.
Title: CSS -- Visual Dictionary
Edition: I
Release: June 1, 2018
Genre: Web Design
& Software Education
Download from finelybook 7450911@qq.com
2

Publisher: Learning Curve Books
Imprint: Independently published
ISBN: 9781983065637 Author: Greg Sidelnikov
Contact: greg.sidelnikov@gmail.com
The primary purpose of Learning Curve Book publishing company is to
provide effective education for web designers, software engineers and all
readers who are interested in being edified in the area of web development.
This edition of CSS -- Visual Dictionary was created to speed up the learning
process of Cascading Style Sheets -- a language for decorating HTML
elements. For questions and comments about the book you may contact the
author or send an email directly to our office at the email address mentioned
below.
Special Offers & Discounts Available
Schools, libraries and educational organizations may qualify for special
prices.
Get in touch with our distribution department at
hello@learningcurvebook.net
© 2018 Learning Curve Books, LLC.
CSS Visual Dictionary
Several months have gone into creation of the book you are holding in your
hands (or on your device) right now. Indeed, CSS -- Visual Dictionary is a
work of love and hard labor. Thoughtfully created to help maximize your
journey on your way to expanding your knowledge of CSS -- Cascading
Style Sheets. A language for decorating HTML elements.
We hope that this volume will serve as a faithful guide on your desk in the
years to come.
Special Thanks To:
Download from finelybook 7450911@qq.com
3

Sasha Tran Front End Developer for contributing the CSS rendition of the
Tesla and complete CSS source code. If you like her CSS art work, you can
get a hold of her via her website sashatran.com, her Codepen.io account at
https://codepen.io/sashatran/ or on Twitter @sa_sha26.
Fabio Di Corleto Graphic Designer for contributing the original concept
work for the Tesla in space image. If you're looking for a talented Graphic
Designer you can get in touch with him at fabiodicorleto@gmail.com or via
his Instagram and Dribbble pages. His username fabiodicorleto is the same
across his social media accounts.
...for their contributions and licensing permission to use their work in this
edition of CSS Visual Dictionary published by Learning Curve book
publishing company.
Download from finelybook 7450911@qq.com
4

CSS Properties and Values
CSS has 415 unique properties.
You can verify this with a simple JavaScript code snipplet as follows:
Source Code 0
var element = document.createElement("div");
var count = 0;
for (index in element.style) p++;
console.log(p); // outputs 415 as of June 1st, 2018.
There may be more or less in the future as new features are being added to
the specification and old ones deprecate.
A large number of CSS properties that are rarely in use (or still don't have
full browser support across all major browsers) were skipped from the
contents of this book. They would only create unneeded clutter.
Instead, in this book we focused only on CSS properties that are in common
use by web designers and developers today. A great deal of effort went into
creation of CSS Grid and Flex diagrams in particular.
Download from finelybook 7450911@qq.com
5
剩余192页未读,继续阅读


















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0