0

My background color is always giving me problem. Please what can I do?

This is the code, but it's incomplete. <!DOCTYPE html> <html> <head> <title>my blog.html</title> </head> <body style="background-color:purple;"> <!-- Start your code here --> <strong> <center> <img src="/storage/emulated/0/LogoMaker/img_830407187.jpg" alt="Double A. Academy"/> </center> </strong> <style> #header{ background-color:aqua; color:indigo; text-align:center; padding:0px; </style> <div id="header"> <p>You are welcome to Double A. Academy<p> </div> <style> #nav{ background-color:aqua; color:indigo; text-align:center; padding:0px; } </style> <div id="nav"> </div> <!-- End your code here --> </body> </html>

29th Jan 2019, 11:17 AM
Olasode Adesola
Olasode Adesola - avatar
2 odpowiedzi
0
Adesola, I can't seeing code in here.Please share your code with us.
29th Jan 2019, 11:54 AM
Ümit YAVUZ
Ümit YAVUZ - avatar
0
You try codepen.io . Maybe it can help you.Because code is running in there.
29th Jan 2019, 3:07 PM
Ümit YAVUZ
Ümit YAVUZ - avatar