https://github.com/debbl/todolistreact
https://github.com/debbl/todolistreact
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/debbl/todolistreact
- Owner: Debbl
- Created: 2021-07-29T09:25:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T09:50:24.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T13:23:51.848Z (8 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```HTML
ToDoList
-
```
- 类选择器 container 设置居中
- 类选择器 todoList 设置字号和位置
- 所有的元素不能用鼠标选中
- 鼠标在不同元素上的样式
### Input
- 有提示内容
- Enter键抬起,输入一个任务并清空输入
### LI
- 点击有删除线,再次点击清除删除线
- 右边按钮点击删除该项
- 鼠标上浮显示右边的按钮
### CSS 样式
可以右键检查,查看
