-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.CSS
More file actions
55 lines (49 loc) · 930 Bytes
/
style.CSS
File metadata and controls
55 lines (49 loc) · 930 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
*{
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cabeçalho {
background-color: #37306B;
color: #f1eeee;
display:flex;
justify-content: space-around;
width: 1440px;
height: 100px;
align: center
padding: 24px 0;
}
.cabeçalho-imagem {
width: 20%;
height: 20%;
}
.cabeçalho-itens {
font-size: 72px;
display: inline-block;
margin: 5px;
padding: 10px;
}
.Componente-Curricular {
background-color: #9E4784;
width: 1440px;
height: 400px;
}
.Componente-Curricular-Título{
padding-top: 100px;
text-align: center;
font-size: 36px;
}
.Componente-Curricular-Paragráfo{
text-align: center;
font-size: 48px;
}
.Rodapé {
background-color: #37306B;
color: rgb(10, 24, 36);
display: flex;
width: 1440px;
height: 100px;
font-size: 12px;
}