-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path17.css
54 lines (50 loc) · 1.1 KB
/
17.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
body {
font-family: 'Anton';font-size: 22px;
background-image: url('back2.jpg');
margin: auto;
margin-top: 70px;
width: 60%;
padding: 10px;
text-align: center;
}
hr {
position: absolute;
border: none;
height: 10px;
display: block;
background: black;
margin: 0px;
}
.container .btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #555;
color: white;
font-size: 16px;
padding: 12px 24px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;
}
.start {
width: 60px;
height: 30px;
left-margin: 20px;
right-margin: 10px;
top-margin: 15px;
bottom-margin: 20px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
img {
max-width: 400px;
max-height: 400px;
}