⚛Do what i want.⚛
当我们写ul,li的时候会有自然的外边距,如下
那么我们怎么清除内外边距呢?
其实很简单
直接在css里这样写
* { padding: 0; margin: 0; }
就行了