Hello,
Thanks for all replies. I have limited knowledge of CSS & HTML, probably I'm doing something wrong.
I have created a selector like this at my stylesheet:
.title {
margin-top: 3px;
}
Then I applied the selector like this:
<p class="title"><b>Rafting</b></p>
Thanks
|