-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
76 lines (66 loc) · 1.33 KB
/
style.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
body{
background-image: url("https://d2v9y0dukr6mq2.cloudfront.net/video/thumbnail/9X2HIr3/animated-school-chalkboard-background_4yluj3yd__F0002.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
font-family: 'Raleway', sans-serif;
text-align: center;
height:100vh;
}
h1{
font-family: 'Libre Baskerville',"raleway";
color:rgba(236, 107, 129, 0.746);
background-color: aliceblue;
padding:5px;
}
#button{background-color: pink;
width: 60px;
height: 30px;
}
#eingabe{
padding-left: 5px;
background-color: pink;
width: 250px;
height: 30px;
border: 5px;
}
.rot{
color: red;
}
.gruen{
color: rgb(26, 120, 26);
}
#continue{
margin: 10px;
background-color: pink;
width: 70px;
height: 30px;
}
div {color:rgb(255, 255, 255);
}
#counter{
margin-top:80px;
font-size: 22px;
font-weight: bold;
}
#Deutsch{
font-size: 22px;
font-weight: bold;
color:pink;
}
#punktzahl{
font-size: 40px;
font-weight: bold;
margin:10px;
}
#reload{
margin: 10px;
background-color: pink;
width: 100px;
height: 40px;
}
#translate{
font-size: 19px;
font-weight: bold;
color:rgb(255, 255, 255);
}