first commit
This commit is contained in:
commit
c3e98af5b6
36 changed files with 4779 additions and 0 deletions
15
styles.css
Normal file
15
styles.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: Arial, sans-serif;
|
||||
background: #f5f6f8;
|
||||
color: #1f2937;
|
||||
}
|
||||
|
||||
.info {
|
||||
max-width: 760px;
|
||||
margin: 40px auto;
|
||||
background: #ffffff;
|
||||
border: 1px solid #d1d5db;
|
||||
border-radius: 8px;
|
||||
padding: 24px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue