-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (36 loc) · 765 Bytes
/
style.css
File metadata and controls
53 lines (36 loc) · 765 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
body{
width: 850px;
margin:0 auto;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
color: white;
}
main{
height: 450px;
background-image: url(./Space.jpg);
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
}
.button{
background-color: #5c5e5c; /* Green */
border: none;
color: white;
font-size: 16px;}
.container{
height: 270px;
display: flex;
justify-content: space-around;
background-color: rgb(231, 225, 225);
color: black;
}
h1{
font-family: 'Montserrat', sans-serif;
font-size: 50px;
text-decoration-color: midnightblue;
text-transform: uppercase;
}
h3{
text-decoration-thickness: 50;
}