-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (47 loc) · 866 Bytes
/
style.css
File metadata and controls
64 lines (47 loc) · 866 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
margin: 0 auto;
width: 1000px
}
main{
background-image: url(./spacexwebpage.jpeg);
background-size: cover;
height: 600px;
}
h1{
display: flex;
align-content:center;
justify-content: center;
align-items: center;
font-family:'ABeeZee', sans-serif;
color: white;
font-size: 80px;
}
h2{
font-size: 30px ;
margin: 10px;
padding-bottom: 12%;
}
h3{
font-size: 30px ;
margin: 10px;
}
section{
font-family:'Balsamiq Sans', cursive;
color: #a4abb9;
display: flex;
justify-content: space-between;
background-color: #2E4272 ;
height: 324px;
margin: 0 auto;
}
article{
width: 270px;
height: 374px;
font-size: 17px;
flex-direction: row;
}
button{
width: 200px;
height:40px;
border-radius: 15pt;
}