geminieats Posted January 15, 2020 Posted January 15, 2020 Hey guys I am new to html customization but I followed some seemingly easy instructions on how to add a colored background to my text blocks by creating a code block . Here's the code I used: <div class="grey"> <h2>1. Inquiry </h2> <p>text text text </p> </div> <style> .grey { background: #ffe6ee; padding: 25px; text-align: left; } </style> I repeated this three more times and all of them show except the first block. Any ideas? I suspect it may have to do with the underline design code I added in as well: <html> <head> <style> h1 { text-decoration: underline wavy; } Any suggestions or insight would be great!
tuanphan Posted January 18, 2020 Posted January 18, 2020 You should share link to code block on your site. Difficult to check without site url. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.