added markdown id
This commit is contained in:
commit
8d709fdc0e
13 changed files with 779 additions and 0 deletions
23
public/styles.css
Normal file
23
public/styles.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #1f1f23;
|
||||
}
|
||||
body {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
h1 {
|
||||
color: #ffffff;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
p {
|
||||
color: #999999;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
a {
|
||||
color: #6568ff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue