Li Wu:
Heng Learn to think together, honouring teachers save Thanksgiving. Leaf See root three return to one, rivers the same oneness.
Meekness Conscience Lord, willing to do without regrets to the most bitter. Reading exercises to keep the body and mind, sincere advice and the line and cherish.
Ide:visual Studio 2017
Browser:chrome
Os:win7
Code
<!DOCTYPE HTML><HTML><Head> <MetaCharSet= "Utf-8" /> <Metaname= "Author"content= "Https://www.cnblogs.com/jizuiku"/> <title></title> <styletype= "Text/css">Div{width:200px;Height:200px;Background-color:Green; /*the effect of wide and high synchronization changes, really good looking! */ /*transition:width 500ms ease-in-out 100ms, height 500ms ease-in-out 100ms; */transition:All 500ms ease-in-out 100ms; }Div:hover{ /*highly instantaneous completion*/Height:300px; /*the change in width requires a process that is impatient to eat hot tofu. */width:300px; } </style></Head><Body> <Div> </Div></Body></HTML>
Effect
It is a dynamic effect that can be tested on its own.
CSS3 excellent, worth learning.
Learning resources: www.w3cschool.cn + itcast and Itheima video library + Pure Heart.
If you have public resources, can share to me, with your resources to learn also can.
Blog post is to watch the video, into thinking written. It's good that the teacher speaks well. Blog bad, is to give the most bitter not serious.
CSS3 Base Transition div Width and high synchronization changes