Logo
  • HOME
    • News
    • Friends
    • Evosonic-History
  • ON AIR
    • Shows
    • Artists
  • EVOSONIC e.V.
    • Deutsch
      • Mitgliedsantrag
      • Vereinsvorstand
    • English
      • Membership application
      • Club board
    • EVOSONIC e.V. ‒ Vereinsvorstand
  • EVOSONIC RECORDS
    • Record Releases
    • Record Artists
  • EVOSHOP
  • SCHMIDT
  • SERVICE
    • All News
    • Kontakt
    • Newsletter
    • Mediadaten
    • Downloads
    • Impressum
    • Gewinnspielregeln
    • Datenschutzerklärung App / App Privacy Policy

Daily Archives: 19. April 2024

Neueste Beiträge

  • 1ZIMMERAPARTMENT
  • Evosonic Records EVO097
  • Evosonic Records EVO101
  • Evosonic Records EVO100.2
  • Evosonic Records EVO100.1

Neueste Kommentare

    To create scrolling text with a picture, you can combine CSS and HTML. Here's an example of how you can achieve this effect:

    <style>
    .scroll-container {
      position: relative;
      overflow: hidden;
      width: 400px;
      height: 200px;
    }
    
    .scroll-image {
      width: 100%;
      height: 100%;
    }
    
    .scroll-text {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      white-space: nowrap;
      animation: scroll-left 10s linear infinite;
    }
    
    @keyframes scroll-left {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
    }
    </style>
    
    <div class="scroll-container">
      <img class="scroll-image" src="your-image.jpg" alt="Image">
      <div class="scroll-text">
        This is a scrolling text demo. You can replace this with your own content.
      </div>
    </div>
    

    In this example, the scroll-container holds the image and the scrolling text. Adjust the width and height as needed. Replace "your-image.jpg" with the URL or path to your desired image. You can also modify the animation duration (10s) and the text content to fit your requirements.

    Make sure to replace "your-image.jpg" with the actual path or URL of the image you want to use, and customize the text and styles according to your needs.

    19. April 2024 in EVOSONIC RECORDS, EVOSONIC RECORDS SINGLE

    Evosonic Records EVO097

    2021_cmsmith 0 Like Post Kommentare deaktiviert für Evosonic Records EVO097

    dj airBuss - airBuss House Project (EVO097)

    Read More
    © 2026 UDesign Theme. All Rights Reserved