Mercurial > web
comparison music.html @ 67:6019514100d4
html: fix random scaling shit on >1080p monitors
thanks twitter user for telling me
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Mon, 28 Aug 2023 16:52:30 -0400 |
parents | b3d3ac6f8c9d |
children | 2e645b936727 |
comparison
equal
deleted
inserted
replaced
66:ba20211d6b00 | 67:6019514100d4 |
---|---|
14 width: 98%; | 14 width: 98%; |
15 margin-top: 1%; | 15 margin-top: 1%; |
16 } | 16 } |
17 body { | 17 body { |
18 background-size: cover; | 18 background-size: cover; |
19 background: url("forest.png") no-repeat center center fixed; | 19 background-image: url("forest.png"); |
20 background-position: center top; | |
20 color: white; | 21 color: white; |
21 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | 22 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
22 text-align: center; | 23 text-align: center; |
23 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); | 24 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); |
24 } | 25 } |