search

Home  >  Q&A  >  body text

Can I use notepad++ to edit like you do? Why is the color of the container black when I edit it with notepad++, and it does not change color like other variables?

<!DOCTYPE html> 

<html> 

<body> 

 <head>

  <title>汽车在线租赁</title>

  <meta charset=utf-8 />

  <style type="text/css">

  .container{

  max-width:960px;

  margin:0 auto

  

  </style>

  </head>

  <div class="container">

  <div class="header"></div>

   <div class="main"></div>

    <div class="footer"></div>

</body> 

</div>

</html>


2097 days ago1656

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2019-04-13 11:36:42

    <style type="text/css">
      .container{
      max-width:960px;
      margin:0 auto
      
      </style>

    Looking at the code, you did not set the background color of .container, nor did you close the class style

    reply
    0
  • Cancelreply