Remove background from html
to table
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
73195f907f
commit
115cfe6bcc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user