-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (38 loc) · 753 Bytes
/
style.css
File metadata and controls
38 lines (38 loc) · 753 Bytes
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
/*
Made by ImSaMPro
https://www.github.com/imsampro
https://www.facebook.com/imsampro
*/
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #ddd;
}
.content {
display: flex;
align-items: center;
flex-direction: column;
background: #ddd;
}
#start-btn {
font-size: 36px;
padding: 20px 40px 20px 80px ;
margin-top: 30px;
border-radius: 10px;
background:url("./img/snap.png") white 15px no-repeat;
background-size: 50px;
}
.dust {
position: absolute;
}
/*
Made by ImSaMPro
https://www.github.com/imsampro
https://www.facebook.com/imsampro
*/