07 2017 档案

摘要:CSS3 BackgroundsCSS3 contains a few new background properties, which allow greater control of the background element. In this chapter you will learn h 阅读全文
posted @ 2017-07-31 22:27 tryao 阅读(130) 评论(0) 推荐(0)
摘要:What are CSS Sprites? To summarize: the term "sprites" comes from a technique in computer graphics, most often used in video games. The idea was that 阅读全文
posted @ 2017-07-31 22:08 tryao 阅读(242) 评论(0) 推荐(0)
摘要:Transitions provide a change from one state to another, while animations can set multiple points of transition upon different keyframes. Transitions d 阅读全文
posted @ 2017-07-31 11:34 tryao 阅读(122) 评论(0) 推荐(0)
摘要:CSS3 transitions allows you to change property values smoothly (from one value to another), over a given duration. How to use css3 transitions? To cre 阅读全文
posted @ 2017-07-30 18:47 tryao 阅读(256) 评论(0) 推荐(0)
摘要:Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici 阅读全文
posted @ 2017-07-26 22:56 tryao 阅读(186) 评论(0) 推荐(0)