How can I align a border to the right in this code?
This is the CSS snippet that I currently have:
p {
text-align: right;
color: #757575;
Background-color: #FFFFFF;
font-size: 2.4em;
width: 50px;
}
<p>Home<br>
<a href="aboutus.html">About</a><br>
<a href="gallery.html">gallery</a><br>
<a href="shop.html">club shop</a><br>
<a href="theteam.html">The Team</a><br>
<a href="theteam.html">The Team</a><br>
<a href="mappractice.html">location</a><br>
<a href="contactus.html">contact us</a><br>
</p>