mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<svg fill="none" viewBox="0 0 400 100" width="400" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
<foreignObject width="100%" height="100%">
|
|
<div xmlns="http://www.w3.org/1999/xhtml" >
|
|
<style>
|
|
#title h1 {
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
|
|
background: linear-gradient(45deg, #ffc78c 0%, #fffcb1 20%, #ffe97d 100%); ;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-size: 200% 200%;
|
|
animation: gradient 15s ease infinite;
|
|
}
|
|
p {
|
|
margin-top: -20px;
|
|
color: #ffc78c;
|
|
font-weight: bold;
|
|
}
|
|
@keyframes gradient {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
50% {
|
|
background-position: 100% 50%;
|
|
}
|
|
100% {
|
|
background-position: 0% 50%;
|
|
}
|
|
}
|
|
</style>
|
|
<div id="title" align="center">
|
|
<h1> ★ Stars go brrr ★ </h1>
|
|
<p> ~thanks! </p>
|
|
</div>
|
|
</div>
|
|
</foreignObject>
|
|
</svg>
|