지원이 중단된 브라우저를 사용하고 있습니다.
브라우저 업그레이드를 통해 최적화된 화면을 볼 수 있습니다.

Home typography line
Post
Cancel

typography line

view

css

1
2
3
4
5
6
.text {
  font-size: 200px;
  font-weight: 700;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
This post is licensed under CC BY 4.0 by the author.