-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
86 lines (73 loc) · 1.21 KB
/
styles.css
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body{
padding:0;
margin:50px auto;
text-align:center;
font-family: 'Domine', serif;
}
h1 {
font-family: 'Unica One', cursive;
font-size: 3em;
width: 70%;
position: relative;
}
.green {
color: rgba (100, 100, 50, 0.45);
background: #00B25C repeat;
border-radius: 1.5em;
padding: 0.2em 1em;
margin: 0.5em auto;
display: block;
}
h3 {
font-family: 'Domine', serif;
margin: 1em 2em;
}
.spalte {
display: inline-block;
width: 20%;
vertical-align: middle;
}
.spalte form {
display: inline;
}
/* ids */
#yourname {
font-size: 4.5em;
margin: 2em;
}
#neuephrase {
font-size: 2.5em;
font-family: 'Unica One', cursive;
color: #000;
background-color: #FC7C03;
border-radius: 1.5em;
padding: 0.2em 0.5em;
display: block;
position: relative;
text-decoration: none;
}
#neuephrase:hover {
color:#ffffff;
text-decoration:none;
background-color:#04819E;
}
footer {
font-size: 1em;
margin-top: 3em;
}
#abspann {
display: inline-block;
margin: auto;
margin-top: 2em;
}
#abspann a {
font-family: 'Unica One', cursive;
text-decoration: none;
font-size: 1.2em;
color: #000;
font-weight: bold;
padding: 0.3em 0.8em;
}
#abspann a:hover {
text-decoration: underline;
}