summaryrefslogtreecommitdiff
path: root/style.css
blob: 07a56842012abed87ca6509a2183a851748da0f5 (plain)
1
2
3
4
5
6
7
8
9
body {
	background: url(img/wordart.png) no-repeat fixed;
	background-size: cover;
	backdrop-filter: blur(10px);
}

a {
	text-decoration: none;
}