BOUNDARIES AND SPACE
BOUNDARIES AND SPACE
Review
Nice work! You've learned a lot. Let's review the web and CSS concepts covered in this lesson.
WEB CONCEPTS
CSS Box Model: illustrates the space and boundary properties of an HTML element that can be controlled using CSS.
CSS SKILLS
border: sets the outline of an HTML page element, like a picture frame that contains the element.
padding: sets the amount of space between an element's content and its border.
margin: sets the amount of space between an HTML element and the next nearest element(s).
display: property that determines how the selected element will be arranged in relation to other HTML elements on the page.
inline: display value used to arrange HTML elements on the same line as neighboring elements.
flex: display value that allows us to easily align multiple page elements vertically or horizontally.
float: property used to float HTML elements left or right of neighboring elements.
position: property used to position HTML elements in exact locations on a webpage.
最新文章
- php调用COM组件
- a版本冲刺第十天
- PYTHON 自动化之路 (二)
- Eclipse内存不够解决办法
- console打印数组object具体内容
- 哀悼我的第一次";创业";经历
- [RxJS] Combination operator: withLatestFrom
- bzoj1753 [Usaco2005 qua]Who's in the Middle
- 流媒体:V4L2视频获取
- JDBC操作数据库之查询数据
- mac上使用appium连接真机问题
- Vue基础开发笔记
- Perl和操作系统交互(二):fork
- 【MSSQL】How can i see what IP address made the request to SQL Server?
- Hdu1969 Pie 2017-01-17 13:12 33人阅读 评论(0) 收藏
- Hadoop生态圈-Hbase的rowKey设计原则
- 《C++ Primer Plus》第12章 类和动态内存分配 学习笔记
- Android 仿微信朋友圈发动态功能(相册图片多选)
- python学习笔记(日志系统实现)
- [javaSE] 多线程(售票例子)