-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc3.css
More file actions
99 lines (84 loc) · 1.59 KB
/
c3.css
File metadata and controls
99 lines (84 loc) · 1.59 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
87
88
89
90
91
92
93
94
95
96
97
98
99
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Water+Brush&display=swap');
body {
margin: 0px;
background-image: url(img/inicial/poppyplaytime.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: "Pixelify Sans", sans-serif;
}
p {
color: #fff;
}
.water-brush-regular {
font-family: "Water Brush", cursive;
font-weight: 400;
font-style: normal;
}
.espacamento1 {
letter-spacing: 10px;
margin: 0;
font-size: 80px;
}
.espacamento2 {
margin: 0;
letter-spacing: 20px;
font-size: 200px;
}
.bg-button {
text-decoration: none;
color: #fff;
h1:hover {
border: 2px solid #fff;color: #000;
}
}
.botao {
text-decoration: none;
color: #fff;
padding: 10px;
h1:hover {
border: 2px solid #fff;
}
}
h1:hover {
border: 2px solid #fff;
color: #fff;
background-color: #000;
box-shadow: rgba(255, 0, 0, 200) 0px 22px 70px 4px;
}
#backgroundVideo {
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
a {
text-decoration: none;
}
li {
display: flex;
justify-content: space-around;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
margin-bottom: 50px;
}
.smily {
background-color: aqua;
}
button {
font-size: 18px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #0056b3;
}