Rounded table corners YIPPEE SO FANCY
This commit is contained in:
parent
7ffc56977e
commit
e8bb8ffb1e
1 changed files with 17 additions and 1 deletions
18
style.css
18
style.css
|
@ -20,7 +20,23 @@ p {
|
|||
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0 1em;
|
||||
border: 1px solid gray;
|
||||
border-radius: 0.5em;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0.5em;
|
||||
border-left: 1px solid gray;
|
||||
border-top: 1px solid gray;
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
picture, img {
|
||||
|
|
Loading…
Reference in a new issue