-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
86 lines (72 loc) · 1.17 KB
/
Copy pathstyle.css
File metadata and controls
86 lines (72 loc) · 1.17 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
75
76
77
78
79
80
81
82
83
84
85
86
body {
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Karla', sans-serif;
color: #38423b;
background-color: #EBEDEF;
font-size: 1.2rem;
letter-spacing: 0.08rem;
}
h1 {
font-family: 'Press Start 2P', cursive;
font-size: 4rem;
}
h2 {
font-weight: 700;
font-size: 2.1rem;
margin: 4.2rem 0 2rem 0;
}
p {
padding: 1.8rem;
}
section {
display: flex;
flex-direction: column;
width: 80%;
}
main {
display: flex;
justify-content: center;
width: 80%;
}
iframe {
width: 40%;
}
aside {
width: 60%;
}
#play-btn {
padding: 0.8rem;
margin: 1.8rem;
text-decoration: none;
border: 1px solid #38423b;
border-radius: 0.7rem;
color: #38423b;
transition: 0.3s;
}
#play-btn:hover {
background-color: #38423b;
color: #EBEDEF;
}
.card {
display: flex;
flex-direction: column;
}
.card-btm {
display: flex;
justify-content: space-around;
margin-bottom: 1rem;;
}
.social {
color: #38423b;
transition: 0.3s;
font-size: 2.2rem;
}
.social:hover {
color: #EBEDEF;
}
#guerra_img {
max-width: 8rem;
border-radius: 50%;
}