-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAll.Pages.css
84 lines (76 loc) · 1.67 KB
/
All.Pages.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
body {
background-image: url("https://avatars.githubusercontent.com/u/165287054?v=4");
background-repeat: no-repeat;
position: center;
background-size: cover;
}
.r3 {
width: 100%;
height: 33.3%;
}
.c2 {
width: 50%;
height: 100%;
position: relative;
float: left;
}
.Titel {
text-align: center;
font-size: 5em;
color: black;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-decoration-color: lightskyblue;
font-family: "Playwrite AT", cursive;
-webkit-text-stroke-color: lightblue;
-webkit-text-stroke-width: 0.125px;
}
img {
height: auto;
width: auto;
max-width: 50%;
max-height: 50%;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 100px;
border: 7px solid orange;
}
img:hover {
transform: scale(1.2);
transition: 1s;
box-shadow: 5px 5px 5px red;
}
.German {
text-align: center;
font-size: 1.5em;
color: green;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-decoration-color: darkgreen;
font-family: "Pixelify Sans", sans-serif;
}
.Windows {
text-align: center;
font-size: 1.5em;
color: blue;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-decoration-color: darkblue;
font-family: "Roboto", sans-serif;
}
footer {
text-align: center;
font-size: 1.5em;
color: black;
font-weight: bold;
font-style: italic;
text-decoration: underline;
text-decoration-color: white;
font-family: "Playwrite AT", cursive;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0.125px;
}