-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart.css
More file actions
37 lines (30 loc) · 888 Bytes
/
start.css
File metadata and controls
37 lines (30 loc) · 888 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
body {
text-align: center;
background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeXdhaTZmZ3ZvYXNjM250aW5zYXFlYTJ0Y2JnMGN1a25kZ21lNmpvaCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/l2Je7l7Y3CPq1uclq/giphy.gif');
background-size: cover;
background-position-x: center;
background-position-y: center;
background-repeat: no-repeat;
}
.main {
font-size: xx-large;
font-family: 'Courier New', Courier, monospace;
width: 350px;
height: 250ox;
margin-top: 210px;
color: rgb(42, 43, 43);
border: none;
text-align: center;
}
.start {
border: none;
font-size: x-large;
font-family: 'Courier New', Courier, monospace;
width: 110px;
height: 50px;
margin-top: 35px;
cursor: pointer;
background-color: none;
opacity: 0.5;
border-radius: 90px;
}