Style
This commit is contained in:
parent
eb6b3004b7
commit
e39b241f1a
1 changed files with 23 additions and 0 deletions
23
main.css
Normal file
23
main.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 40px;
|
||||
}
|
||||
header {
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
div{
|
||||
padding: 10px;
|
||||
border: 1px solid #ddd;
|
||||
background-color: #f9f9f9;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
div[name] {
|
||||
margin-top: 20px;
|
||||
}
|
||||
div[id]::before {
|
||||
content: attr(name);
|
||||
display: block;
|
||||
text-align: right;
|
||||
padding-right: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue