-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (54 loc) · 1.17 KB
/
style.css
File metadata and controls
64 lines (54 loc) · 1.17 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
h1 { color:gray;
font-family:serif;
font-size: 50px;
}
body { background-color:white;
}
h2 { color:gray;
font-family:serif;
font-size: 20px;
}
p { color:gray;
font-family:serif;
font-size: 20px;
}
/*center text*/
h2 { text-align: center }
h1 { text-align: center }
p { text-align: center }
/*center image e image size*/
img {
width: 800px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 100px;
}
a{display: block;
margin-left: auto;
margin-right: auto;
text-align: center
}
/* cor da p verde*/
p#cinca {
color:darkgrey;
}
a { padding: 10px;
fill: 1px solid grey;
margin-left: 500px;
margin-right: 500px;
margin-bottom: 100px;
}
#principal p {
margin: 100px 20px;
display: flex;
flex-direction: row;
justify-content: flex-start;
}
form{
text-align: center;
}
demo{
text-align: center;
}