summaryrefslogtreecommitdiffstats
path: root/stylesheet.css
blob: 33d20dafb015dafff0feccf5ac7e638c780e7111 (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
25
26
27
28
29
30
31
body {
   background-color: rgb(255,255,255);
   color: rgb(26,151,15);
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   border-style: none;
   border-color: rgb(15,15,15);
}

#content {
   padding-top: 20px;
   margin-left: 25%; width: auto;
}

#tags {
   font-size: 14px;
   padding-top: 20px;
   width: 150px; 
   position: relative; 
   top: 0; 
   left: 0; 
   float: left;
}

#logo {
   font-weight: bolder;
}

img {
   border-style: none;
}