HTML and CSS Reference
In-Depth Information
background: -o-linear-gradient(-45deg, rgba(206, 220, 231, 0.5) 0%, #596a72
100%);
background: -ms-linear-gradient(-45deg, rgba(206, 220, 231, 0.5) 0% #596a72
100%);
background: linear-gradient(-45deg, rgba(206, 220, 231, 0.5) 0%, #596a72
100%); }
.block.wide, .wide.sidebar-block {
width: 100px; }
.sidebar-block {
border-radius: 10px; }
Summary
From this chapter, you should have gained a good understanding of the new
features of CSS3. You should be armed with a small toolbox from which you
can expand upon, which includes how to perform basic animations, how to
''tween'' and create keyframes for animations, and how to apply them to
elements. You should also have an understanding that some of the CSS3
features are supported by most browsers, but are still in their draft stages,
which is why sometimes you need to write the same code several times.
You should also have a solid understanding of SASS, and how it can improve
your productivity by drastically reducing the amount of code that you have to
write.
 
Search WWH ::




Custom Search