File: style.css

package info (click to toggle)
ocaml-swhid-core 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: ml: 570; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  color: #444;
  background-color: #EEEEEE;
  line-height:1.6;
  font-size:18px;
}
.content {
  width: 80%;
  margin-left: 100px;
  margin-top: 100px;
  font-family: sans-serif;
}
a:link{
  color:#5bf
}
a:visited{
  color:#55f
}