Untitled

 avatar
unknown
html
2 years ago
2.1 kB
8
Indexable
<section id="slider" class="section-slider">
        <div class="image-slider">
            <div class="slide active">
                <img src="undraw_Pic_profile_re_7g2h.png" alt="">
                <div class="slide-text">
                    <h2>Game Development</h2>
                    <p>Instead of playing game all day long, why
                        not create your own?</p>
                </div>
            </div>
            <div class="slide">
                <img src="undraw_Pic_profile_re_7g2h.png" alt="">
                <div class="slide-text">
                    <h2>Web Development</h2>
                    <p>Every company need website. Take advantage of that opportunity!</p>
                </div>
            </div>
            <div class="slide">
                <img src="undraw_Pic_profile_re_7g2h.png" alt="">
                <div class="slide-text">
                    <h2>Web Design</h2>
                    <p> Color, Transition, Animation are cool.</p>
                </div>
            </div>
            <div class="slide">
                <img src="undraw_Pic_profile_re_7g2h.png" alt="">
                <div class="slide-text">
                    <h2>Mobile Apps Development</h2>
                    <p>Mobile apps are very popular and most needed in this world.</p>
                </div>
            </div>
            <div class="slide">
                <img src="undraw_Pic_profile_re_7g2h.png" alt="">
                <div class="slide-text">
                    <h2>Game Development</h2>
                    <p>Instead of playing game all day long, why
                        not create your own?</p>
                </div>
            </div>

            <div class="navigation">
                <div class="slider-btn active"></div>
                <div class="slider-btn"></div>
                <div class="slider-btn"></div>
                <div class="slider-btn"></div>
                <div class="slider-btn"></div>
            </div>
        </div>
    </section>
Editor is loading...