<style>
p, a, h{
font-size: 25px;
text-color: white;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: white;
}
a:active {
color: white;
}
</style>
<style> .container-1 {
border-color: transparent;
color: white;
background-color: black;
}
body {
background-color: black;
width: 500px;
text-align: justify;
color: white;
margin: auto;
img {
float: center;
padding: 5px;
}
</style>
<style>
.marquee {
overflow: hidden;
white-space: nowrap;
}
.marquee p {
display: inline-block;
padding-left: 100%;
animation: scroll-left 10s linear infinite;
}
@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
</style>
<div class="marquee">
<p> I am a man with money in his hand
And lust in his heart
Lust when they caught them, a bad man
I am a bad man
And this is a plan for full dressed mayhem
An unquiet mind, biology kicks virtue's ass every time
I am a bad man </p>
</div>
<img id = "sou" src = "https://i.postimg.cc/7LgnM0VW/IMG-9957.jpg" style = "width: auto;">
Massive wip bye