2
How I’m sending in Image in sequence:
I want to make this globe do a rotation, it’s a perfect circle representing a world globe.
After figuring out how to rotate the background with CSS or not. I will make an effect that it will rotate according to the scroll,
but my focus here is how to rotate an image that’s in the Background, it’s possible?
The HTML structure is as follows.
<div class="row first-conteudo"><!-- Div que tem o Background -->
<div class="first-cont-text text-center center-block">
<h2>Eficiência, Agilidade e Segurança</h2>
<p>Muito além de somente reciclar, a MDE busca o perfeito funcionamento do processo de reciclagem, integrando-o ao meio ambiente e à sociedade. Economicamente viável, ambientalmente correta e socialmente justa.</p>
</div>
</div>
Speak my dear, thank you for the code, I’ll test you to see how it goes.
– Michael Alves
updated the example a little more with a jquery plugin that does what you need.
– tinos