-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (42 loc) · 906 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
43
44
45
46
47
48
49
50
.container {
background-color: #2c3e50;
color: white;
font-family: Arial, sans-serif;
padding: 50px;
text-align: center;
position: relative;
}
body {
background-color: #2c3e50;
}
h1 {
font-size: 3em;
margin-top: 0;
}
a {
display: block;
width: 300px;
margin: 50px auto;
padding: 20px;
background-color: #3498db;
color: white;
font-size: 1.5em;
text-decoration: none;
border-radius: 10px;
box-shadow: 2px 2px 5px #888888;
}
a:hover {
background-color: #2980b9;
}
.question-mark {
background-image: url('https://static.vecteezy.com/system/resources/previews/012/174/061/original/3d-question-mark-free-png.png');
background-size: 100%;
width: 100px;
height: 100px;
position: absolute;
bottom: 50px;
right: 50px;
}
.questionmark{
background-color: #ffffff;
}