-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (45 loc) · 780 Bytes
/
style.css
File metadata and controls
54 lines (45 loc) · 780 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
50
51
52
53
54
body {
margin: 1rem 2rem 2rem 2rem;
padding: 0;
background-color: rgb(230, 230, 250);
}
header h1 {
font-size: 2rem;
text-align: center;
color: rgb(100, 82, 238);
font-weight: bold;
}
h2{
color:rgb(238,82,100);
}
a {
display: inline-block;
text-decoration: none;
}
.youtube {
display: flex;
gap: 2rem;
}
.youtube img {
height: 7rem;
width: 8rem;
opacity: 0.96;
display: block;
}
.youtube figure {
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}
a[target="_blank"]::after {
font-size: 0.8em;
margin-left: 5px;
}
figcaption {
margin-top: 0.5rem;
font-size: 1rem;
text-align: center;
color: blue;
pointer-events: none;
}