Margin issue

Joined
Aug 22, 2023
Messages
42
Reaction score
7
You can manipulate text:align & float values, or use margins to specify a precise number of separated pixels.
 
Joined
Jul 4, 2023
Messages
366
Reaction score
41
I recommend inserting such an entry
HTML:
<div style="clear: both;"></div>
line 2
HTML:
<p>Visit their <a href="currituckbeachlight.com; ">website</a> or call 252 -453-4939 for more information.</p>
<div style="clear: both;"></div>
<h3>Dining</h3>

and check this
CSS:
.container img {
    height: auto;
    max-width: 65%;
    border: 1px solid #fff;
    display: block;
    width: 35%;
    margin-left: 1.5rem;
    margin-right: 1rem;  
    padding-left: 0;
}

Consider this.
How to make a more responsive website layout using grid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Max width question 1
Hamburger crisis 7
Wonky circle 2
Footer code wonky 2
.active 8
Media query issue 2
Non matching code 4
Help with my navigation, please 0

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top