-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconc.css
55 lines (48 loc) · 802 Bytes
/
conc.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
body {
font-family: Arial, Helvetica;
background-color: rgb(255, 255, 255);
color: black;
margin: 0;
padding: 0;
}
header {
background-color: black;
color:rgb(216, 185, 156);
padding: 20px;
text-align: center;
}
h1 {
font-size: 2em;
margin: 0;
}
section {
margin: 20px;
padding: 15px;
background-color: rgb(171, 176, 180);
border-radius: 8px;
}
h2 {
color:black;
margin-top: 0;
}
personalidade {
display: flex;
align-items: center;
margin-bottom: 20px;
}
personalidade img {
width: 150px;
height: 150px;
object-fit: cover;
margin-right: 15px;
}
personalidade p {
font-size: 18px;
margin: 0;
}
img {
width: 300px;
height: 200px;
object-fit: cover;
margin-bottom: 10px;
}