projects
/
twobees.de.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add more links; added fontawesome
[twobees.de.git]
/
css
/
index.css
1
html *
2
{
3
font-family: Courier New;
4
line-height: 150%;
5
}
6
h1 {
7
font-size: 4em;
8
font-weight: bold;
9
}
10
a {
11
text-decoration:none;
12
}
13
.big {
14
font-size: 2em;
15
}
16
.centered {
17
top: 50%;
18
left: 50%;
19
position: absolute;
20
transform: translateY(-50%) translateX(-50%);
21
}