CSS Background Colors - Chrome | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

CSS Background Colors - Chrome

The below code works fine in the Solo Learn playground but it will not load properly in Chrome. No border, positioning or background coloring at all in Chrome. I'm new and any feedback would be greatly appreciated.. <section class="password"> <form class="password"> <p>User Name</p><input type="text" name="username" /><br /> <p> Password </p><input type="password" name="password" /> </form> </section> .password { position: fixed; top: 60px; right:10px; background-color:#e0be9f; float: right; padding: 15px; margin-bottom: 10px; width: 180px; height:160px; border-color: #000000; border-width: 4px; border-style: dotted; border-radius: 10px; }

17th Oct 2018, 7:41 PM
Tim Spangler
3 Answers
+ 3
How you linked the css into your html page?
17th Oct 2018, 7:46 PM
KrOW
KrOW - avatar
+ 1
wow, can't believe I missed that. Thanks!!!
17th Oct 2018, 7:50 PM
Tim Spangler
0
Tim Spangler 😁😁😁 👍👍👍
17th Oct 2018, 7:53 PM
KrOW
KrOW - avatar