-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
56 lines (42 loc) · 890 Bytes
/
main.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
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&family=Roboto+Condensed:wght@300&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css");
* {
font-family: 'Roboto Condensed',sans-serif;
background-color:black;
}
html.body{
margin: 0;
box-sizing: border-box;
background-color: black;
}
.container{
display: flex;
}
.profile-photo{
border-radius: 60%;
width:40%;
}
.header a{
text-decoration:none;
color:#0B610B ;
display: inline;
}
footer{
margin-bottom: 0rem;
width: 100%;
background-color: rgb(0, 0, 0);
display: flex;
justify-content: left;
}
.sociais a{
margin: 0 2rem;
color: #31B404;
}
.sociais ul{
display: flex;
font-size: 1.3rem;
}
.footer-conteudo{
display: flex;
justify-content: space-between;
}