效果
源码
index.html
CSS Focus Text Hover Effects
F
o
c
u
s
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
css
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: monospace;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;