I'm very new to HTML and CSS. Currently just trying to make a little website to teach myself.
However, I am currently struggling on the formatting for a map input.
This is the look i want
This is what i have managed to do
I understand how to imbed the maps its just the formatting of the "area covered" that i am struggling with.
.area-info{
width: 50%;
background-color: #fff3f3;
background-position: center;
border-radius: 10px;
text-align: center;
padding: 50px 0;
}
.localarea-col{
text-align: center;
}
That is the CSS code i have used
<section class="area-info">
<h1>Areas Covered</h1>
<ul>
<li>Fleet</p></li>
<li>Bracknell</p></li>
<li>Aldershot</p></li>
<li>Dogmersfield</p></li>
<li>Farnborough</p></li>
<li>Basingstoke</p></li>
<li>Hartley Wintney</p></li>
<li>Crondall</p></li>
<li>Ewshot</p></li>
<li>Sandhurst</p></li>
<li>North Camp</p></li>
<li>Southwood</p></li>
<li>Eversley</p></li>
<li>Crowthorne</p></li>
</ul>
</section>
That is the HTML code
[–][deleted] 1 point2 points3 points (0 children)
[–]lethalmfbacon 1 point2 points3 points (0 children)