Hi
i started css for not so long. therefore it might sounds ridiculous to u. but i need to figure it out.
i am REcreating my chrome's google homepage
i designed a Google logo, its PNG and i want it exactly in the center of page. take look what i've done:
<div class="hhh">
<a href="https://www.google.com/"><img src="Logo.png" alt="google" class="logo" ></a>
</div>
here is the css for it:
.hhh {
position: absolute;
width: 100%;
height: 150px;
margin: 120px auto;
background-color: rgba(0,0,0,.30);
}
.logo {
position: rela