I am currently working on enhancing my webpage by adding titles and text beneath the images of record covers.
Here is my CSS style:
img
{
float: right;
padding: 10px;
float: right;
text-align: bottom;
}
#box1
{
height:220px;
width: auto;
padding-left:20px;
border: none;
}
#box2
{
height:230px;
width: auto;
padding-left:20px;
border: none;
}
This is a snippet of my HTML code:
<a href ="http://nervoustwitch.bandcamp.com/album/this-modern-world-ep"><img src="modworldsmall.jpg"></a>
<a href="http://nervoustwitch.bandcamp.com/album/bad-reputation-ep"><img src="badrepep.jpg"></a>
<H1> Releases</H1>
<p>Nervous Twitch released <B>Bad Reputation</B> their 1st EP at the beginning of 2013. Made up of tracks recorded the previous year, featuring previous band members and Erin on drums, the 'Bad Reputation' Ep used lo-fi production to good effect and featured 5 catchy, garage punk numbers most of which remain in the live set today</p>
<p>In June 2013 the band released <B>This Modern World</B>, with a fuller sound the band continued to experiment with their songwriting style whilst maintaining their pop sensibilities.</p>
</div>
If you require more information from the style sheet to assist with answering my question, please don't hesitate to let me know. Thank you.