-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (42 loc) · 866 Bytes
/
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
.visitenkarte{
width: 850px;
height: 550px;
background: url("kamaBackground.jpg");
background-size: initial;
background-color: aqua;
position: relative;
}
.logo{
justify-content: center;
width: 400px;
}
.name-of-person{
font-size: 45px;
color: whitesmoke;
font-family: 'Lato', sans-serif;
text-align: left;
padding-left: 15px;
margin-bottom: 0px;
}
.position-of-person{
font-size: 20px;
color: whitesmoke;
font-family: 'Lato', sans-serif;
text-align: left;
padding-left: 15px;
margin-top: 5px;
}
.contact-information-container{
position: absolute;
bottom: 0;
right: 0;
margin-right: 10px;
}
.contact-information-text{
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
color: whitesmoke;
font-family: 'Lato', sans-serif;
text-align: right;
}