style.css 182 Bytes
Newer Older
1
img {
Alejandro E. Rendon's avatar
Alejandro E. Rendon committed
2
  /*position: absolute;*/
3
  height: 300px;
4
  width: 325px;
5
6
7
  border: solid black;
}

Alejandro E. Rendon's avatar
Alejandro E. Rendon committed
8
.center { text-align: center; }
9
10
11
12
13
14
15
16

a:hover {
  opacity: 0.4;
}

a:focus {
  outline: none;
}