-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathestilos.css
96 lines (79 loc) · 1.45 KB
/
estilos.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
body {
background: rgb(5, 5, 46);
}
p {
color: #DB0049;
}
* {
font-family: 'Courier New', Courier, monospace;
}
a {
color: #DB0049;
text-decoration: none;
}
.section--top {
height: 100vh;
width: 100vw;
background-image: url("./imagenes/page/creative_coding.gif");
background-position: center;
background-size: cover;
}
/* .img--logo {
width: 100vw;;
height: auto;
} */
/* .img--creative-coding-2022 {
top: 0;
} */
/* .drawingCanvas {
position: absolute;
} */
.section--about {
padding-top: 60px;
padding-left: 10px;
padding-right: 10px;
}
.about__text {
padding-bottom: 40px;
letter-spacing: 1px;
line-height: 40px ;
animation: fadeIn 1s 2s backwards;
}
.border {
animation: fadeIn 1s infinite;
border: 1px solid #00ff6a;
}
.about__syllabus {
padding-top: 25px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 50px;
letter-spacing: 2px;
line-height: 25px;
font-weight: 500;
}
.img__galeria {
animation: fadeIn 1.2s 1s backwards;
width: 100%;
height: auto;
}
.artwork__item {
padding-left: 10%;
padding-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
}
.section--contact {
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
padding-bottom: 30px;
}
.contact__data {
display: flex;
}
.contact__column {
width: 50%;
padding-top: 20px;
padding-bottom: 10px;
}