-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
49 lines (41 loc) · 692 Bytes
/
Copy pathestilo.css
File metadata and controls
49 lines (41 loc) · 692 Bytes
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
h1 {
text-align: center;
margin-bottom: 1.5em;
font-weight: bold;
line-height: 1.6em;
}
html {
font-family: 'Google Sans', sans-serif, Arial, Helvetica;
}
body {
margin: 2%;
align-items: center;
align-self: auto;
}
.float {
float: left;
height: 100%;
margin-right: 15px;
display: flex;
align-items: flex-end;
shape-outside: inset(calc(100% - 100px) 0 0);
position: fixed;
bottom: 0;
text-align: center;
}
#video_title_span {
font-style: italic;
}
#contenedor-video {
margin: 3% 15%
}
a {
color: black;
}
li.main-point {
padding-top: 0.5em;
}
p#license {
font-size: x-small;
margin-top: 3em;
}