summaryrefslogtreecommitdiff
path: root/style.css
blob: 951a0209e12fc6afbd74f0fd05694f22340f3004 (plain)
1
2
3
4
5
6
7
8
body {
	background: url("img/bg.jpg");
	color: beige;
}

h1 {
	filter: drop-shadow(0.4em 0.4em 0 #a794ff);
}