-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtacoboom.css
More file actions
56 lines (51 loc) · 1.04 KB
/
tacoboom.css
File metadata and controls
56 lines (51 loc) · 1.04 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
body {
background-image: url("asset/tacopattern.jpg");
}
.resp-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
border: 0;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
height: auto;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
}
p{
text-align: center;
background-color: hsla(200,40%,70%,0.3);
box-shadow: 10px 10px grey;
}
h1 {
font-size: 5vw; /* Adjust font size as needed */
text-align: center;
background-color: hsla(200,40%,70%,0.3);
padding: 10px;
box-shadow: 10px 10px grey;
font-family: monospace;
white-space: pre;
}
body {
cursor: url('asset/taco-cursor.png'), auto;
}
.floating-header {
font-size: 3vw; /* Add this line to adjust font size */
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}
.centered-video {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%
height: 100%;
}