-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle1.css
126 lines (100 loc) · 1.84 KB
/
style1.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
background-color: #cecec6;
padding: 0 0px;
height: 300vh;
}
.caixa {
position: relative;
width: 940px;
margin: 0 auto;
}
nav {
position: absolute;
top: 70px;
right: 0;
}
header {
position: sticky;
background: #4a94e2;
padding: 20px 0;
top: 0;
right: 0;
}
nav li {
display: inline;
margin: 0 0 0 15px,
}
nav a {
text-transform: uppercase;
color:#cbcbcb;
font-weight: bold;
font-size: 25px;
text-decoration: none;
}
nav a:active {
color: green;
}
nav a:visited {
color: navy;
}
li::marker {
content: "\002A";
color: red;
font-size: 20px;
}
h2, h3, p, ul, li {
text-align: justify;
padding: 5px;
margin: 5px;
}
h2 {
color: #301ac4;
font-weight: bold;
text-align: center;
margin-top: 10px;
font-size: 20px;
text-transform: inherit;
width: 80%;
}
p {
color: #408fce;
font-size: 25px;
}
.participantes, .formadores {
display: flex;
text-align: center;
}
.participantes {
width: 400px;
height: 500px;
}
.formadores {
width: 250px;
height: 250px;
padding: 20px;
margin: 20px;
}
.participantes li {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-content: center;
border: 5px solid navy;
border-radius: 10%;
}
footer {
text-align: center;
background-image: url(https://visme.co/blog/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-040.jpg);
background-size: cover;
}
.rodape {
width: 15%;
height: 15%;
}
.textorodape {
text-align: center;
color: navy;
font-size: 30px;
}