summaryrefslogtreecommitdiff
path: root/style.css
blob: 451b2bcdd529703f46a8f4f4b1de98dfc034a29d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body{
	text-align:center;
	font-family:Cousine;
}

.links{
	display: grid;
	justify-content: center;
	grid-auto-flow: column;
}

.link{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 265px;
	height: 215px;
	margin: 10px;
	background-color: rgba(23, 23, 23, 0.55);
	border-radius: 10px;
	border: 2px solid #bd93f9;
	border: 3px solid skyblue;
	border-radius: 2%;
}

@font-face{
	font-family:Cousine;
	src:url(./fonts/CousineNerdFont-Regular.ttf);
}