Remove background from `html` to `table`

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-09-24 20:50:27 +01:00
parent 73195f907f
commit 115cfe6bcc
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html {
background-color: #404c55;
background-image: radial-gradient(#2b343c, #404c55);
text-align: center;
width: 100%;
}
@ -17,6 +15,8 @@
color: azure;
font-family: sans-serif;
text-align: center;
background-color: #404c55;
background-image: radial-gradient(#2b343c, #404c55);
}
#title {
height: 100px;