add contact info page
This commit is contained in:
parent
059d4ce002
commit
c2ef793dcb
11 changed files with 329 additions and 18 deletions
30
where.css
Normal file
30
where.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
@import url(style.css);
|
||||
|
||||
|
||||
main {
|
||||
max-width: 45em;
|
||||
}
|
||||
|
||||
dl.contact {
|
||||
width: 100%;
|
||||
row-gap: 1em;
|
||||
}
|
||||
|
||||
.contact .at {
|
||||
--shadow-filter: drop-shadow(2px 2px 2px hsla(0, 0%, 0%, 70%));
|
||||
vertical-align: -0.2em;
|
||||
max-width: 1em;
|
||||
max-height: 1em;
|
||||
padding: 0 0.1em;
|
||||
filter: var(--shadow-filter);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.at.outline {
|
||||
filter:
|
||||
drop-shadow(0.3px 0.3px 0.3px black)
|
||||
drop-shadow(-0.3px 0.3px 0.3px black)
|
||||
drop-shadow(-0.3px -0.3px 0.3px black)
|
||||
drop-shadow(0.3px -0.3px 0.3px black)
|
||||
var(--shadow-filter);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue