-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (84 loc) · 1.28 KB
/
style.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
body {
font-size: 16px;
}
header {
width: 800px;
margin: 0 auto;
}
h4 {
margin: 0px;
}
h5 {
margin-top: 2.5px;
color: rgb(169, 174, 177);
}
h3 {
color: White;
text-align: left;
}
p {
color: rgb(169, 174, 177);
}
.foto {
border-radius: 80px;
border: 2px solid rgb(220, 220, 220);
margin-left: auto;
}
.daniel {
width: auto;
height: auto;
padding: 20px;
background-color: rgb(91, 22, 105);
color: white;
border-radius: 10px;
margin: auto;
}
.aspas {
float: right;
}
.jonathan {
width: auto;
height: auto;
padding: 20px;
background-color: rgb(69, 66, 69);
color: white;
border-radius: 10px;
margin-top: 20px;
}
.janette {
width: auto;
height: auto;
padding: 20px;
background-color: rgb(251, 241, 252);
color: rgb(9, 9, 9);
border-radius: 10px;
margin-top: 20px;
}
.black {
color: rgb(9, 9, 9);
}
.patrick {
width: auto;
height: auto;
padding: 20px;
background-color: rgb(19, 27, 45);
color: rgb(251, 251, 251);
border-radius: 10px;
margin-top: 20px;
}
.kira {
width: auto;
height: auto;
padding: 20px;
background-color: rgb(251, 241, 252);
color: rgb(9, 9, 9);
border-radius: 10px;
margin-top: 20px;
}
.attribution {
font-size: 11px;
text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}