Hey there!
I was wondering how I would style the p class="visit" on the code below because it won't allow me to just use
p.class { color: white }
<div class="OW_Container">
<div class="text_wrap">
<h1>Finding Nemo</h1>
<p class="info">Lorem ipsum dolor sit amet, consectetur adipiscing elit. . </p>
<p class="visit"><a href="#">Visit the website here</a></p>
</div>
<img src="Images/Slide4.png"/>
</div><!--end OW-->
I presume its because it's enclosed in the div class'
Thanks in advance!