This document contains information about Bobby, including his name, job, hobbies, contact information, and an agenda for a meeting on frontend missions. The agenda discusses the roles of designers versus developers, how frontend engineers spend their time on design, coding, and ensuring a good user experience. It also covers the skills expected of frontend engineers like HTML, CSS, JavaScript, frameworks, and an understanding of browser capabilities and performance. The document suggests that mobile and touch devices are becoming more important and that frontend work will increasingly involve APIs and mobile interfaces. It provides a brief history of relevant technologies and compares the number of cars, TVs and mobile phones in 2009.
This document contains information about Bobby, including his name, job, hobbies, contact information, and an agenda for a meeting on frontend missions. The agenda discusses the roles of designers versus developers, how frontend engineers spend their time, necessary skills like HTML, CSS, and JavaScript, browser capabilities, and the growing importance of mobile and touch devices. It also provides a brief history of relevant technologies from the telephone to the iPad.
3. 回顾基本概念 :Margin
取值范围 : N
语法:margin : top right bottom left
效用:
block : top right bottom left
inline : top right bottom left
简写:
margin : 10px;
margin : 10px 15px;
margin : 10px 0 15px;
margin : 10px auto 15px;