-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppersonal.css
71 lines (67 loc) · 1 KB
/
ppersonal.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
*{
box-sizing: border-box;
}
body{
background-image: url(https://static.pexels.com/photos/262669/pexels-photo-262669.jpeg);
background-repeat: no-repeat;
}
#nombre{
font-family: 'Macondo', cursive;
text-align: center;
color: rgb(248,196,138) ;
font-size:65px;
}
.titulo{
text-align: center;
font-family: 'Macondo', cursive;
text-decoration: underline;
color: rgb(248,196,138)
}
.total{
display:flex;
justify-content: space-between;
width:90%;
height: 70%;
align-content: center;
}
.laterales{
width:20%;
align-items: center;
}
.centro{
justify-content: center;
}
#yo{
height:450px;
}
.parrafo{
margin-left: 40px;
font-family: sans-serif;
font-weight: lighter;
width:300px;
color: rgb(248,196,138)
}
#lista{
justify-content: flex-end;
color: black;
}
.foot{
width:40%;
}
ul{
list-style-type: lower-greek;
}
a{
text-decoration: none;
}
footer{
background-color: grey;
font-size: 11px;
text-align: center;
}
table{
opacity: 0.05
}
#troll{
width:15px;
}