mercredi 25 novembre 2020

Currently working on a website and id link to have all my pics in a row rather than a column. I cant seem to get the pics to link up the right way

<a href="services.html">
                    <div class="row">

                        <div class="image">
                            <img src="pic11.jpg" alt="landmark" style="width:400px;height:400px;">
                            <h2><span>A Movie in the Park:<br />Kung Fu Panda</span></h2>
                        </div>
                        <div class="image">

                            <img src="pic12.jpg" alt="landmark" style="width:400px;height:400px;">
                            <h2><span>A Movie in the Park:<br />Kung Fu Panda</span></h2>
                        </div>
                        <div class="image">
                            <img src="pic10.jpg" alt="landmark" style="width:400px;height:400px;">
                            <h2><span>A Movie in the Park:<br />Kung Fu Panda</span></h2>
                        </div>
                        <
                    </div>
                    </a>

using notepad plus plus




Aucun commentaire:

Enregistrer un commentaire