3 Answers
New AnswerYou forgot to share your code link. How can the community help when they can't even see your code for analysis? Save the code in SoloLearn (if you haven't already), edit original post above, and share a link to it in the Description. Here's how, in case you didn't know. https://www.sololearn.com/post/75089/?ref=app
Hello, I'm writting from Deckstop version of application. I don't have place to insert the file, so I'll copy my steps FIRST TRY <!doctype html> <html> <head> <title>Background</title> <link rel="stylesheet" href="css/style.css" /> </head> <body> { <body style="background-color: red;" } SECOND TRY <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous"> </head> <body> <div class="p-3 mb-2 bg-danger text-white">.bg-danger</div> </body> </html> 3 TRY <!doctype html> <html> <head> <title> Background</title> <body style="background-color: red:"> <h1>Hello, world!</h1> </body> </html> I've watched some videos in Youtube and also make some research but the red background won't appear. I know there are some mistakes but don't know where.