https://github.com/daixinye/html-playground
https://github.com/daixinye/html-playground
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daixinye/html-playground
- Owner: daixinye
- Created: 2018-04-09T05:56:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T08:50:42.000Z (over 7 years ago)
- Last Synced: 2025-01-20T17:48:37.639Z (over 1 year ago)
- Language: HTML
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Playground
一些 HTML&CSS 的小练习。
## HTML
- [HTML中引入外部JavaScript,defer](./html-js-defer.html)
- [a URL](./URL.html)
## CSS
### 基础
- [CSS selector](./selector.html)
- [块级格式化上下文 BFC](./BFC.html)
### 居中
- [水平居中](./horizontal-centering.html)
- [垂直居中](./vertical-centering.html)
### 布局
- [两列自适应布局](./layout-2-column.html)
- [三列自适应布局](./layout-3-column.html)
### 属性
- [overscroll](./overscroll.html)
- [position](./position.html)
- [text-indent](./text-indent.html)
- [display:none 和 visibility:hidden](./display&visibility.html)
- [float](./float.html)
- [clear float](./float-clear.html)
### Trick
- [CSS实现一个三角形](./triangle.html)