-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojeto_1.css
86 lines (72 loc) · 1.3 KB
/
projeto_1.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
* {
font-family: "Montserrat", serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
header {
margin: 44px 0 144px 76px;
}
.link-header {
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #989d9c;
cursor: pointer;
margin-right: 23px;
}
.logo-image {
width: 568px;
height: 500px;
margin-left: 125px;
display: inline-block;
}
.button_header {
font-weight: 600px;
font-size: 24px;
line-height: 29.26px;
color: #FFFF;
background-color: #665AE1;
border-radius: 20.5px;
width: 130px;
height: 41px;
border: none;
cursor: pointer;
}
section {
display: inline-block;
}
h1 {
font-weight: 908px;
font-size: 100px;
line-height: 71px;
color: #515151;
}
h2 {
font-weight: 508px;
font-size: 58px;
line-height: 100px;
color: #515151
}
p {
font-weight: 408px;
font-size: 24px;
line-height: 30px;
color: #848484;
width: 515px;
margin-top: 32px;
margin-bottom: 65px;
}
.button_main {
background-color: #ADFF00;
border-radius: 30px;
width: 239PX;
height: 64px;
border: none;
cursor: pointer;
box-shadow: 0px 4px 4px 0px #00000040;
font-family: Montserrat;
font-size: 28px;
font-weight: 700;
line-height: 34.13px;
}