Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 74325

How to align div to img?

$
0
0

I want to have my html element like this :

Wireframe

But I don't know how to do it.

My html :

<header>
    <img src="res/LogoMPS.png">
    <h1>Consultation Proface</h1>
    <a id="retourAccueil" href="/MPS">Accueil MPS</a>
</header>

and my actual CSS :

img {
    margin: 0px;
    width: 8%;
    height: auto;
    display: inline-block;
}

h1 {
    font: 40px Arial;
    color: #0448af;
    margin-left: 40px;
    margin-bottom: 60px;
    display: inline-block;
}

#retourAccueil {
    display: block;
}

Viewing all articles
Browse latest Browse all 74325

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>