Skip to content

Commit f6c7889

Browse files
author
eastcoastdeveloper
committed
1 file modified
1 parent 94a7a1d commit f6c7889

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<my-app>loading</my-app>
22

3+
<!-- footer -->
34
<footer
45
style="
56
position: fixed;
@@ -10,23 +11,22 @@
1011
color: #fff;
1112
text-align: center;
1213
padding: 5px;
13-
display: flex;
14-
align-items: center;
15-
justify-content: center;
16-
gap: 10px;
17-
zindex: 9999;
14+
z-index: 9999;
15+
box-sizing: border-box;
1816
"
1917
>
20-
<img
21-
src="https://webdevunlimited.tech/images/favicon.png"
22-
style="width: 15px"
23-
/>
2418
<a
2519
rel="noopener noreferrer"
26-
href="https://webdevunlimited.tech/content-management-systems.php"
20+
href="https://webdevunlimited.tech/signup.php"
2721
target="_blank"
2822
;
29-
style="color: white; text-decoration: none; font: normal 14px sans-serif"
30-
>Learn How to Build Websites</a
31-
>
23+
style="
24+
color: white;
25+
text-decoration: none;
26+
font: normal 14px sans-serif;
27+
line-height: 19px;
28+
"
29+
>👉 Sign up to get insights on AI, web development tips, & practical
30+
strategies for tech careers & online income.
31+
</a>
3232
</footer>

0 commit comments

Comments
 (0)