My blog was a little bit outdate, i mean a lot of things happened with me, what i could post, but… i didn’t. I don’t know why. I try to restart all of this, and post some interesting facts, or some code i liked, and for remembering.
Like this one.
We use Jenkins CI, and i maintain it. I wanted to make some marquee text, if i make a critical modification, and i found out, <marquee> tag is removed from html. But i found something similar. I don’t want any customization, only text will be changed. And it is enough for me.
Code (commented):
<!–<div class=”exampleeee”>
<style scoped>
H6 {
position: relative;
animation-name: exampleeee;
animation-duration: 1s;
animation-iteration-count: infinite;
}
@keyframes exampleeee {
0% {left:0px;}
50% {left:20px;}
100% {left:0px;}
}
</style>
<H6>
<font size=”4″ color=”green”> </font><br>
</H6>
</div>–>
Leave a Reply