diff options
Diffstat (limited to 'music.html')
| -rw-r--r-- | music.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -12,14 +12,13 @@ <style> body { color: white; - margin: auto; - width: 1000px; } #main { /*border: dotted; border-color: #8F2037;*/ - width: 1000px; + width: 80vw; + margin: auto; background-color: rgba(0, 0, 0, 0.8); box-shadow: 0 0 20px 25px rgba(0,0,0,0.8); border-radius: 10px; @@ -81,7 +80,7 @@ border:#611121 solid; box-shadow: 0 0 10px 5px #611121 inset; margin: 10px; - font-size: large; + font-size: 2em; color: white; font-family: DynaPuff, Verdana, sans-serif; display: inline-block; |
