찾다

 >  Q&A  >  본문

메모장++를 사용하여 당신처럼 편집할 수 있나요? Notepad++를 사용하여 편집할 때 컨테이너 색상이 검은색이고 다른 변수처럼 색상이 변경되지 않는 이유는 무엇입니까?

<!DOCTYPE html> 

<html> 

<몸> 

 <head>

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

  <meta charset=utf-8 />

  <style type="text/css">

  . 컨테이너{

  max-width:960px;

  margin:0 auto

  

  </style>

  </head>

  <div class="container">

  <div 클래스 ="header"></div>

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

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

</ 본체> 

</div>

</html>


2139일 전1676

모든 응답(2)나는 대답할 것이다

  • 天蓬老师

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

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

    코드를 보니 .container 배경색 설정도 안하시고, 클래스 스타일도 닫지 않으셨네요

    회신하다
    0
  • 취소회신하다