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?
2019-04-12 23:09:36
0
2
1652

<!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>


reply all(1)
Peter-Zhu
<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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template