forked from Migracode-Barcelona/htmlcss-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (45 loc) · 1.02 KB
/
Copy pathstyle.css
File metadata and controls
58 lines (45 loc) · 1.02 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
/**
* Add your custom styles below
*
* Remember:
* - Be organised, use comments and separate your styles into meaningful chunks
* for example: General styles, Navigation styles, Hero styles, Footer etc.
*
*/
/** paleta de cores com cores como cereja e verde oliva
https://paletton.com/#uid=2530u0kbKcK81kZadhuhVc9mHb0
Gostei das versoes:
dark pale pastel (mais sofisticado e
deep colors ( muito mais escuro)
https://paletton.com/export/index.php
*/
body{
background-color: #48203D;
/* color: #57603D; */
color:azure;
font-family: 'Montserrat', sans-serif;
}
h2.major{
padding-bottom: 1em;
border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}
p{
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
}
header {
}
#banner {
padding: 5em 2em 4.25em 2em;
margin-bottom: -2.5em;
background-color: #445318;
}
/* section {}
article{} */
footer{
text-align: center;
}