I want o position a link at required place .The problem is that it is positioning margin left but not margin top. I don't know what is missing.
.LearnMoreTxt{
margin-top: 15px;
margin-left: 730px;
color: rgb(0, 140, 255);
text-decoration: none;
font-size: 25px;
font-family: sans-serif;
}
<a href="#" class="LearnMoreTxt">Learn More ></a>