Add Files
This commit is contained in:
parent
1891bd816c
commit
3e45d5582c
2 changed files with 31 additions and 0 deletions
30
static/css/homepage.css
Normal file
30
static/css/homepage.css
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
.articles {
|
||||
padding: 5px;
|
||||
border: var(--line-width) solid;
|
||||
border-top-style: dashed;
|
||||
border-bottom-style: dashed;
|
||||
border-right-style: none;
|
||||
border-left-style: none;
|
||||
}
|
||||
section {
|
||||
border: var(--line-width) solid;
|
||||
border-left-style: none;
|
||||
border-right-style: none;
|
||||
border-top-style: none;
|
||||
text-align: left;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
h3 {
|
||||
text-align: left;
|
||||
margin-top: 10px;
|
||||
padding-top: 0px;
|
||||
color: #e976d9
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.summary {
|
||||
padding-left: 3.5rem;
|
||||
color: #f1f3f7
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue