-
Notifications
You must be signed in to change notification settings - Fork 1
/
stylee.css
81 lines (69 loc) · 1.08 KB
/
stylee.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
body {
max-width: 1200px;
margin: 0 auto;
background-color: #6c6c6c;
}
.intro {
background-color: #fff;
width: 1200px;
padding: 50px;
}
.intro h1,
p {
margin-top: 50px;
text-align: center;
padding: 10px;
}
.intro p {
margin: auto;
width: 70%;
font-size: 30px;
margin-bottom: 40px;
}
.intro img {
width: 300px;
margin-left: 420px;
margin-top: 20px;
}
.button {
text-decoration: none;
background-color: #c8e4ff;
font-size: 30px;
padding: 10px;
border-radius: 10%;
margin-left: 450px;
}
.lost {
margin-top: 100px;
width: 1000px;
border: 4px solid #ababab;
}
.lost h1 {
margin-left: 40px;
margin-top: 20px;
}
p {
text-align: justify;
}
.two-buttons {
margin-left: 330px;
margin-top: 115px;
}
.two-buttons a:first-child {
text-decoration: none;
background-color: #c8e4ff;
font-size: 30px;
padding: 10px;
border-radius: 10%;
margin-right: 50px;
}
.two-buttons a:last-child {
text-decoration: none;
background-color: #c8e4ff;
font-size: 30px;
padding: 10px;
border-radius: 10%;
}
.last-part h1 {
margin-bottom: 50px;
}