Move all css/js into separate files
This commit is contained in:
parent
693b53d957
commit
ec972b85d1
6 changed files with 92 additions and 88 deletions
14
css/html_readable_style.css
Normal file
14
css/html_readable_style.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
.container {
|
||||
max-width: 600px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: rgb(31, 41, 55);
|
||||
padding:3em;
|
||||
}
|
||||
|
||||
.container p {
|
||||
font-size: 16px !important;
|
||||
color: white !important;
|
||||
margin-bottom: 22px;
|
||||
line-height: 1.4 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue