source code for html website at https://zachdecook.com
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
html
{
	background-image: url(https://zachdecook.com/posts/congruent_pentagon.png);
}
html body
{
	margin: 1em 5%;
	padding: 1em 5%;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0 0  10px 1px black;
}

.btn-back.btn-back {
  color: white;
  background-color: #2ddda0;
}

a.featured
{
	display: block;
	text-align: center;
}

img
{
	width: 100%;
	max-width: 500px;
}