-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
56 lines (42 loc) · 868 Bytes
/
styles.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
body{
height: 90%;
color: #62AAC4;
text-align: center;
font-family: 'Orbitron', sans-serif;
margin: 0;
}
#hero{
background-image: url("Images/galaxy.webp");
background-size: cover;
padding: 0 0 480px 0;
}
#logoSpaceX{
display: block;
width: 150px;
margin-right: auto;
margin-left: auto;
}
.body-undline{
border-bottom: 4px solid #005288;
}
#title{
text-shadow: 0px 0px 4px black;
margin: 0px 0px 25px 0px;
}
.btn{
padding: 6px 16px;
background: #005288;
border: none;
font-family: 'Orbitron', sans-serif;
color: #ffffff;
font-size: large;
font-weight: bold;
cursor: pointer;
}
#footer{
height: 10%;
justify-content: center;
color: #005288;
padding: 5px 0;
background: whitesmoke;
}