-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (54 loc) · 1.14 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: #212121;
}
.container{
display: flex;
justify-content: center;
height: 100vh;
}
.mein{
display: flex;
justify-content: center;
align-items: center;
background-image: url(img/unnamed.png);
/* height: 100vh; */
width: 300px;
background-size: 300px;
/* padding-left: 250px; */
/* padding-right: 250px; */
background-repeat: no-repeat;
background-position: center;
z-index: 0;
}
.button-1 button{
position: absolute;
height: 35px;
width: 35px;
border-radius: 50%;
margin-top: 325px;
margin-left: -108px;
background-color: transparent;
border: transparent;
z-index: 1;
}
.button-2 button{
position: absolute;
height: 80px;
width: 80px;
border-radius: 50%;
margin-top: 355px;
margin-left: -190px;
background-color: transparent;
border: transparent;
}
.mein h1{
margin-top: -110px;
font-size: 40px;
margin-left: 100px;
font-family: Arial, Helvetica, sans-serif;
}