I have such HTML+CSS code:
.top {
padding-right: 40px;
}
.w {
text-decoration: none;
font-size: 34px;
letter-spacing: 3px;
padding-left: 40px;
}
.w-right {
float: right;
letter-spacing: 4px;
}
<div class="top">
<a class="w" href="//www.site.com/">www.Site.Com</a>
<div class="w-right">sitecom corp</div>
</div>
Question: how to add indentations from above and below, so that the text was in one horizontal line?