forked from Biancagboliveira/testejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (40 loc) · 740 Bytes
/
Copy pathstyle.css
File metadata and controls
53 lines (40 loc) · 740 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
body {
background: rgb(224, 170, 188);
}
h1{
text-align: center;
color: rgb(172, 238, 159);
font-size: 50px;
}
p{
color: rgb(172, 238, 159);
text-align: center;
font-size: 20px;
}
#cabecalho{
background-image: url(gif.jpg);
background-size: cover;
height: 200px;
-webkit-filter: invert(90%);
margin-inline: 10%;
}
#corpo{
margin-left: 100px;
margin-top: 40px;
}
h2{
color: rgb(75, 29, 61);
}
footer{
display: block;
position: fixed;
width: 100%;
bottom: 0vh;
left: 0;
background-color: rgb(75, 29, 61);
text-align: center;
padding: 0px;
}
#footer1{
color: rgb(224, 170, 188);
}