-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (62 loc) · 1022 Bytes
/
style.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
body {
margin: 0%; /*ok*/
/* margin-top: 0; */
height: 100vh; /*ok*/
color: white; /*ok*/
display: flex; /*ok*/
}
div {
/* margin: 0%; */
}
/*.title{
color: aliceblue;
} */
.menuLateral {
background-color: rgb(94, 135, 224); /*ok*/
text-align: center; /*ok*/
border-top: 100px;
margin: 0; /*ok*/
padding: 25px 0; /*ok*/
/* color: black; */
}
.pagDeProjeto {
height: 100%; /*ok*/
width: 100%; /*ok*/
backface-visibility: inherit;
}
.topo {
display: flex; /*ok*/
color: gray;
}
.topo-stars {
margin: auto;
display: flex; /*ok*/
}
.topo-forks {
margin: auto;
display: flex; /*ok*/
}
.topo-contribs {
margin: auto;
display: flex; /*ok*/
}
ul {
background-color: rgb(94, 135, 224); /*ok*/
width: 100%; /*ok*/
height: 100%; /*ok*/
/* margin: 0%; */
text-decoration: none; /*ok*/
}
.home {
/* color: rgb(94, 135, 224); */
}
li {
color: rgb(94, 135, 224); /*ok*/
text-align: right; /*ok*/
margin-right: 40px; /*ok*/
text-decoration: none; /*ok*/
}
a {
color: white;
text-decoration: none;
}