Mercurial > web
comparison index.html @ 68:de57aed2d203
index: remove unnecessary line
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 29 Aug 2023 19:04:58 -0400 |
parents | 6019514100d4 |
children | 2e645b936727 |
comparison
equal
deleted
inserted
replaced
67:6019514100d4 | 68:de57aed2d203 |
---|---|
11 <style nonce="paper-web-inline"> | 11 <style nonce="paper-web-inline"> |
12 body { | 12 body { |
13 background-size: cover; | 13 background-size: cover; |
14 background-image: url("landscapeposter.jpg"); | 14 background-image: url("landscapeposter.jpg"); |
15 background-position: center top; | 15 background-position: center top; |
16 background-size: cover; | |
17 background-color: 1F255A; | 16 background-color: 1F255A; |
18 // font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | 17 // font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
19 overflow: hidden; | 18 overflow: hidden; |
20 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); | 19 text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); |
21 } | 20 } |