1
0
Fork 0
yummy.cricket/where.css

20 lines
387 B
CSS
Raw Normal View History

2022-05-18 08:29:00 -04:00
@import url(base.css);
2021-03-31 00:57:25 -04:00
2022-08-14 21:51:49 -04:00
main { max-width: 1100px; }
2021-03-31 00:57:25 -04:00
2022-08-14 21:51:49 -04:00
#headerpic { filter: drop-shadow(0 0 30px var(--glow-col)); }
2021-03-31 00:57:25 -04:00
2022-08-14 21:51:49 -04:00
.contact {
2022-09-10 13:46:26 -04:00
grid-template-columns: repeat(2, 3em auto);
2021-03-31 00:57:25 -04:00
width: 100%;
}
2022-08-14 21:51:49 -04:00
.contact dd { margin-left: 8px; }
2021-03-31 00:57:25 -04:00
2022-08-14 21:51:49 -04:00
.o {
2021-03-31 00:57:25 -04:00
filter:
2022-08-14 21:51:49 -04:00
drop-shadow(0.5px 0.5px black)
drop-shadow(-0.5px 0.5px black)
drop-shadow(-0.5px -0.5px black)
drop-shadow(0.5px -0.5px black);
2021-03-31 00:57:25 -04:00
}