# (업데이트 된) 최신 CSS Reset

> Clean Markdown view of GeekNews topic #10993. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10993](https://news.hada.io/topic?id=10993)
- GeekNews Markdown: [https://news.hada.io/topic/10993.md](https://news.hada.io/topic/10993.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-09-22T10:31:01+09:00
- Updated: 2023-09-22T10:31:01+09:00
- Original source: [andy-bell.co.uk](https://andy-bell.co.uk/a-more-modern-css-reset/)
- Points: 18
- Comments: 1

## Topic Body

- 4년전에 공개했던 CSS Reset을 요즘에 맞게 새로 업데이트   
- 각 항목당 설명 포함   
### 추가된 것들   
- 브라우저별 폰트 사이즈 조정 삭제   
- 디폴트 마진을 margin:0 으로   
- textarea:not([rows]) 의 min-height: 10em   
- :target 의  scroll-margin-block: 5ex;

## Comments



### Comment 19431

- Author: leechamdol
- Created: 2023-09-22T22:52:15+09:00
- Points: 1

요즘은 `:where()`로 감싸서 선언하기도 하더라고요.  
  
https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/  
https://github.com/csstools/sanitize.css/blob/main/sanitize.css
