-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
101 lines (96 loc) · 1.98 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
.autospiel {
background-color:#FAFAFB;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 0;
margin: 0;
padding-top: 100px;
padding-bottom: 100px;
}
.autospiel h2 {
display: block;
max-width: 820px;
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
color: #5f6061;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 16px;
padding-left:24px;
padding-right:24px;
}
.autospiel code {
max-width: 820px;
width: 60%;
display: block;
word-wrap : break-word;
overflow-wrap: break-word;
text-align: center;
font-family: 'Roboto Mono', monospace;
margin: 48px;
line-height: 1.5;
text-align: center;
margin-left: auto;
margin-right: auto;
min-width: 280px;
}
.autospiel img{
background-color:white;
box-shadow: 0 10px 20px 0 rgba(19, 32, 52, 0.08);
width: 70%;
min-width: 600px;
max-width: 820px;
margin-top:32px;
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
display:block;
min-width: 300px;
}
.autospiel h1 {
word-wrap: break-word;
overflow-wrap: break-word;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 48px;
margin-bottom: 48px;
max-width: 820px;
font-family: 'Roboto', sans-serif;
font-size: 36px;
font-weight: 400;
font-style: normal;
font-stretch: normal;
line-height: 1.3;
letter-spacing: normal;
color: #383839;
text-align: center;
min-width: 280px;
padding-left:24px;
padding-right:24px;
}
.autospiel p {
display: block;
background-color: white;
padding: 24px;
max-width: 772px;
min-width: 280px;
width: 70%;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
color: #5f6061;
/*text-align: center;*/
margin-left: auto;
margin-right: auto;
}