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" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background-color: #404c55;
|
|
||||||
background-image: radial-gradient(#2b343c, #404c55);
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -17,6 +15,8 @@
|
|||||||
color: azure;
|
color: azure;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #404c55;
|
||||||
|
background-image: radial-gradient(#2b343c, #404c55);
|
||||||
}
|
}
|
||||||
#title {
|
#title {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user