Mercurial > web
comparison style.css @ 16:710525605e4e
change cursive to sans-serif; add chalkboard font for cringe iphones
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 04 Jun 2021 14:37:03 -0400 |
| parents | 8f0b52a3cb69 |
| children |
comparison
equal
deleted
inserted
replaced
| 15:7bfa77838f33 | 16:710525605e4e |
|---|---|
| 3 background-size: 100% auto; | 3 background-size: 100% auto; |
| 4 background-position: top center; | 4 background-position: top center; |
| 5 background-repeat: repeat; | 5 background-repeat: repeat; |
| 6 image-rendering: pixelated; | 6 image-rendering: pixelated; |
| 7 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 2px 2px 2px rgba(0, 0, 0, 0.5); | 7 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 2px 2px 2px rgba(0, 0, 0, 0.5); |
| 8 font-family: "Comic Sans MS", "Comic Sans", cursive; | 8 font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "ChalkboardSE-Regular", sans-serif; |
| 9 color: white; | 9 color: white; |
| 10 } | 10 } |
| 11 p { | 11 p { |
| 12 font-size: 20px; | 12 font-size: 20px; |
| 13 } | 13 } |
