-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStyle.css
More file actions
74 lines (73 loc) · 1.58 KB
/
Style.css
File metadata and controls
74 lines (73 loc) · 1.58 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
63
64
65
66
67
68
69
70
71
72
73
74
main {
display: flex;
}
body {
background-color: rgba(202, 229, 238, 0.947);
margin: 15px;
border: 75px;
padding: 70px;
padding-top: 10px;
}
h1 {
color: rgb(142, 30, 142);
text-align: center;
font-family: "Playwrite HU", cursive;
font-size: 45px;
background-color: rgba(100, 149, 212, 0.514);
border: dotted;
}
h2 {
color: rgb(98, 98, 215);
text-align: left;
font-family: Helvetica, sans-serif
}
h3 {
color: rgb(197, 65, 104);
font-family: Helvetica, sans-serif;
}
h4 {
color: blueviolet;
text-align: left;
font-family: Helvetica, sans-serif
}
.secciones {
color: rgb(33, 4, 29);
font-family: Helvetica, sans-serif;
font-size: small;
background-color: rgba(210, 206, 245, 0.674);
border: solid;
margin: 8px;
padding: 10px;
}
#Idiomas {
background-size: contain;
content:icon;
border:solid 3px; }
footer {
color: blueviolet;
text-align: right;
font-family: Helvetica, sans-serif
}
.main h2 {
color: rgb(98, 98, 215);
text-align: center;
font-family: Helvetica, sans-serif;
background-color: rgb(87, 14, 121);
}
.profession h2{
color:rgb(117, 96, 137);
font-family: Helvetica, sans-serif;
font-size: 30px;
background-color: rgb(195, 157, 242);
text-align: center;
border: solid 3px;
margin: 3px;
padding: 5px;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
padding: 5%;
width: 30%;
}