specific div css properties [migrated]
- by Alecs
I have a div : <div id="fancyboxID-1">
<p>0767380042</p>
</div>
and this css:
? #fancyboxID-1 p { font-size:150px; text-align: center; line-height:150px; overflow:hidden;}
After I upload and refresh the website I don't see any changes but if I check the source code: I see the css properties.
It's very strange for me, I've tried to upload on another server and there it works.
Any ideas why this is not working ?