style.css 200 Bytes
Newer Older
1
2
3
img {
  position: absolute;
  top: 15%;
4
  left: 38%;
5
  height: 300px;
6
  width: 325px;
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  border: solid black;
}

h2 {
  text-align: center;
}

a:hover {
  opacity: 0.4;
}

a:focus {
  outline: none;
}