big teaser picture on my website
-
Dear all,
for the start page of my Website I orignially planned a big teaser pic. I would do it in html like this:
<!-- Hero Teaser --> <section> <div class="wrapper"> <div class="row"> <h1>Bubulcus accessible layout</h1> </div> </div> <div class="row"> <div class="column col_1_2"><img src="https://loremflickr.com/900/450/barrierefrei" alt="Barrierefreiheit"></div> <div class="column col_1_2"> <p> lorem ipsum</p> <a href="leistungen.html">unsere Leistungen</a> </div> </div> </section>
So a big pic that goes till the border of the screen. Is it to wise to add it as html? What could I do?
Thank you in advance and BR
Angelika
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘big teaser picture on my website’ is closed to new replies.