Skeletoning
This commit is contained in:
parent
8262888a93
commit
f7c238ec38
23 changed files with 580 additions and 0 deletions
17
links.css
Normal file
17
links.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
body {
|
||||
li {
|
||||
/* list-style-type: none; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
height: 1rem;
|
||||
margin: 0.2rem;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue