File: style.css

package info (click to toggle)
pompem 0.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 481; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
h1 {
    position:absolute;
    left:23%;
    top:2%;
    margin-left:-110px;
    margin-top:-40px;
    }

#url_download:hover {
    background-color: green;
}