-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (72 loc) · 1.38 KB
/
style.css
File metadata and controls
86 lines (72 loc) · 1.38 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
*{
margin: 0px;
padding: 0px;
}
body{
font-family: sans-serif;
}
header{
background-color: black;
color: rgb(255, 255, 255);
display:flex;
}
.imagem-logo {
width: 100px;
height: 100px;
margin: 0px;
padding: 0px;
}
.lista1{
font-size: 20px;
display: inline-flex;
margin: 30px 0 0 200px;
}
.imagem-matII{
width: 20%;
height: 20%;
margin: 0 0 0 1079px;
border-radius: 30px;
}
.turma2B{
background-image: linear-gradient(rgb(230, 9, 9), rgba(230, 9, 9, 0.466));
color: rgb(255, 255, 255);
font-size: 20px;
}
.turma3A{
background-image:linear-gradient(rgb(6, 153, 3), rgba(6, 153, 3, 0.562));
color: rgb(255, 255, 255);
font-size: 20px;
}
.imagem-mat3A{
width: 20%;
height: 20%;
margin: 0 0 0 1079px;
border-radius: 70px;
}
.imagem-mat3B{
width: 20%;
height: 20%;
margin: 0 0 0 1079px;
border-radius: 40px;
}
.turma3B{
background-image: linear-gradient(rgb(31, 3, 153), rgba(31, 3, 153, 0.507));
color: rgb(255, 255, 255);
font-size: 20px;
}
.texto2B{
margin: 30px 0 0 0;
}
.texto3A{
margin: 30px 0 0 0;
}
.texto3B{
margin: 30px 0 0 0;
}
.rodape{
background-color: black;
color: rgb(255, 255, 255);
font-size: 15px;
text-align: right;
padding: 10px;
}