-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
40 lines (37 loc) · 674 Bytes
/
Copy pathmain.css
File metadata and controls
40 lines (37 loc) · 674 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
39
40
body{
background-image: url(black_hole.gif);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
text-align: center;
align-items: center;
}
h1{
color: rgb(255, 255, 255);
}
#start{
background: rgb(255, 255, 255);
color: black;
font-weight: 200;
width: 125;
height: 50;
border:0;
margin: 20px;
padding:10px;
border-radius: 4px;
cursor:pointer;
font-size: 15px;
}
strong{
color:white;
font-size: 50px;
font-family: 'Times New Roman', Times, serif;
}
p{
color: white;
font-size: 25px;
text-align: justify;
}
#know{
text-align: center;
}