-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (100 loc) · 1.68 KB
/
Copy pathstyle.css
File metadata and controls
111 lines (100 loc) · 1.68 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*{
margin: 0;
padding: 0;
font-family: 'Roboto',sans-serif;
text-decoration: none !important;
}
body{
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
font-weight: bold;
}
#voltar{
text-decoration: none;
}
#button{
width: 250px;
height: 50px;
background-color: #72005F;
color: white;
font-size: 18px;
font-weight: bold;
border-radius: 1rem;
border: none;
cursor: pointer;
margin-top: 40px;
}
h1{
color: #BAA193;
font-size: 50px;
}
h2{
color: #72005F;
font-size: 120px;
}
h3{
color: #BAA193;
font-size: 20px;
}
h4{
color: #72005F;
font-size: 40px;
}
p{
color: #72005F;
font-size: 40px;
}
.conteiner{
display: flex;
align-items: center;
justify-content: space-between;
width: 980px;
height: 100vh;
}
.conteudo{
display: flex;
align-items: center;
justify-content: space-between;
width: 900px;
height: 64vh;
background-color: rgb(252, 222, 252);
margin-top: 120px;
border: orangered solid 5px;
}
.logo{
display: flex;
align-items: top;
flex-direction: column;
border: black solid 5px;
}
.goat{
display: flex;
align-items: center;
justify-content: center;
width: 400px;
height: 500px;
margin-bottom: 180px;
}
.cabritos{
display: flex;
align-items: center;
justify-content: center;
border-radius: 2rem;
}
.imagem{
display: flex;
align-items: center;
justify-content: center;
}
.texto{
padding: 2rem;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
width: 850px;
}