Spaces:
Running
Running
Update index.html
Browse files- index.html +0 -67
index.html
CHANGED
@@ -9,73 +9,6 @@
|
|
9 |
<link rel="stylesheet" href="css.css">
|
10 |
<link rel="stylesheet" href="all.min.css">
|
11 |
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'>
|
12 |
-
<style id='classic-theme-styles-inline-css' type='text/css'>
|
13 |
-
body {
|
14 |
-
font-family: 'Poppins', sans-serif;
|
15 |
-
background-color:#333;
|
16 |
-
}
|
17 |
-
|
18 |
-
#banner{
|
19 |
-
background: #333 center 0 !important;
|
20 |
-
}
|
21 |
-
|
22 |
-
h1, h2, h3, h4, h5, h6 {
|
23 |
-
font-family: 'Poppins', sans-serif;
|
24 |
-
font-weight: 600; /* Example weight */
|
25 |
-
}
|
26 |
-
|
27 |
-
p {
|
28 |
-
font-family: 'Poppins', sans-serif;
|
29 |
-
font-weight: 400; /* Regular weight */
|
30 |
-
}
|
31 |
-
|
32 |
-
.wp-block-button__link {
|
33 |
-
color:#fff;
|
34 |
-
background-color:#32373c;
|
35 |
-
border-radius:9999px;
|
36 |
-
box-shadow:none;
|
37 |
-
text-decoration:none;
|
38 |
-
padding:calc(.667em + 2px) calc(1.333em + 2px);
|
39 |
-
font-size:1.125em
|
40 |
-
}
|
41 |
-
|
42 |
-
.wp-block-file__button{
|
43 |
-
background:#32373c;
|
44 |
-
color:#fff;
|
45 |
-
text-decoration:none
|
46 |
-
}
|
47 |
-
|
48 |
-
.floating-button {
|
49 |
-
position: fixed;
|
50 |
-
bottom: 20px;
|
51 |
-
left: 20px;
|
52 |
-
background-color: #834aff;
|
53 |
-
color: white;
|
54 |
-
padding: 15px 25px;
|
55 |
-
border: none;
|
56 |
-
border-radius: 10px;
|
57 |
-
font-size: 14px;
|
58 |
-
font-weight: bold;
|
59 |
-
cursor: pointer;
|
60 |
-
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
61 |
-
transition: background-color 0.3s, box-shadow 0.3s;
|
62 |
-
text-decoration: none;
|
63 |
-
font-family: 'Poppins', sans-serif;
|
64 |
-
display: flex;
|
65 |
-
align-items: center;
|
66 |
-
justify-content: center;
|
67 |
-
}
|
68 |
-
|
69 |
-
.floating-button:hover {
|
70 |
-
background-color: darkviolet;
|
71 |
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
|
72 |
-
}
|
73 |
-
|
74 |
-
.floating-button i {
|
75 |
-
margin-right: 10px;
|
76 |
-
}
|
77 |
-
</style>
|
78 |
-
|
79 |
</head>
|
80 |
|
81 |
<body data-rsssl="1">
|
|
|
9 |
<link rel="stylesheet" href="css.css">
|
10 |
<link rel="stylesheet" href="all.min.css">
|
11 |
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
</head>
|
13 |
|
14 |
<body data-rsssl="1">
|