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

h2 {
  text-align: center;
}

a:hover {
  opacity: 0.4;
}

a:focus {
  outline: none;
}