-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (42 loc) · 686 Bytes
/
style.css
File metadata and controls
49 lines (42 loc) · 686 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
body {
background-image: urL("bg-desktop.svg");
background-color: #674baf;
font-family: 'Open Sans', sans-serif;
}
header {
font-weight: 700;
color: white;
font-size: 20px;
padding-top: 10px;
padding-left: 4rem;
}
img {
padding-left: 3.7rem;
}
.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.div1 {
padding-right: 100px;
}
.div2 h1 {
font-size: 40px;
color: white;
}
.div2 p {
color: white;
font-weight: 100;
}
button {
background-color: white;
color: #674baf;
border: none;
border-radius: 200px;
padding: 20px 40px;
font-size: larger;
font-weight: 200;
margin: none;
}
/*# sourceMappingURL=style.css.map */