Skeletoning
This commit is contained in:
parent
8262888a93
commit
f7c238ec38
23 changed files with 580 additions and 0 deletions
18
header.css
Normal file
18
header.css
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
header {
|
||||
margin: 5px;
|
||||
padding: 0.25rem;
|
||||
border-style: solid;
|
||||
border-radius: 0.5rem;
|
||||
border-width: 2px;
|
||||
background: linear-gradient(15deg, #f2d5cf, #dc8a78);
|
||||
|
||||
.logo {
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #232634;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue