Skeletoning
This commit is contained in:
parent
8262888a93
commit
f7c238ec38
23 changed files with 580 additions and 0 deletions
11
footer/footer.css
Normal file
11
footer/footer.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
footer {
|
||||
font-weight: 900;
|
||||
position: fixed bottom;
|
||||
|
||||
margin: 5px;
|
||||
padding: 0.25rem;
|
||||
border-style: solid;
|
||||
border-radius: 0.5rem;
|
||||
border-width: 2px;
|
||||
background: linear-gradient(15deg, #dc8a78, #f2d5cf);
|
||||
}
|
||||
7
footer/footer.html
Normal file
7
footer/footer.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<link href="/footer/footer.css" rel="stylesheet" />
|
||||
|
||||
<div id="ft-left">I'm just a foot!</div>
|
||||
|
||||
<div id="ft-center"></div>
|
||||
|
||||
<div id="ft-right"></div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue