summaryrefslogtreecommitdiffstats
path: root/style.css
blob: 021c204a70cbd30ae0a88c0ac1886f6bae3af45d (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

h1 {color:red}
body {background-color: black}

.pics li { 
  display: inline;
  list-style: none;
}

.pics img {
  border: 1px solid white;
  margin: 2px;
  height: 100px;
}

footer {
  border-top: 1px solid grey;
  color: #eee;
}

.copyright {
    color: #999;
    float:right;
}