-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
112 lines (97 loc) · 2.08 KB
/
styles.css
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
100
101
102
103
104
105
106
107
108
109
110
111
112
@import url('https://fonts.googleapis.com/css2?family=Iceland&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Irish+Grover&display=swap');
body {
margin: 0px;
padding: 0px;
position: relative;
width: 1440px;
height: 1024px;
background-image: url(./imgs/bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*
background: linear-gradient(89.64deg, rgba(160, 107, 214, 0) 57.75%, rgba(62, 12, 21, 0.2) 86.66%), linear-gradient(270deg, #160E37 69.86%, #244563 104.65%, #3F5580 104.65%); */
background-repeat: no-repeat;
}
.logo {
padding-top: 0px;
}
.image {
display: flex;
justify-content: center;
padding-top: 60px;
}
.img-container {
display: flex;
justify-content: center;
}
.lower {
display: flex;
justify-content: space-between;
.svg {
padding-top: 100px;
}
}
.text {
/* PLAY */
position: absolute;
width: 114px;
height: 18px;
left: 666px;
top: 407px;
font-family: 'Iceland';
font-style: normal;
font-weight: 400;
font-size: 50px;
line-height: 20px;
/* or 44% */
display: flex;
padding-top: 30px;
align-items: center;
text-align: center;
color: #000000;
.image-container {
position: relative;
}
}
.svg{
padding-left: 80px;
}
.pr {
justify-items: center;
font-family: 'Irish Grover';
color: aqua;
z-index: 1;
width: 700px;
font-size: 70px;
}
.pr1 {
position: absolute; /* Position the text over the image */
top: 65%; /* Center vertically */
left: 57%; /* Center horizontally */
transform: translate(-50%, -50%);
width: 800px; /* Offset the position to truly center */
font-family: 'Irish Grover';
color: aqua;
padding: 200px; /* Optional: Add padding around the text */
font-size: 70px; /* Adjust text size */
/* Center the text */
}
.iete {
position: absolute;
width: 114px;
height: 18px;
left: 650px;
top: 607px;
}
/* Vector 2 */
.banner {
position: absolute;
width: 1200px;
height: 418px;
left: 125px;
top: 500px;
z-index: -1;
background: linear-gradient(180deg, #03042b 0%, #0d4374 100%);
}