tag and css font-family

前端 未结 5 701
一生所求
一生所求 2020-12-31 01:01

I have html with code below:

                                      |       Date Offense |       Count |
   Title, Section & Nature of Offense         


        
5条回答
  •  情话喂你
    2020-12-31 01:58

    Surprising! When I have posted this question, the display of Stackoverflow is just what I want.

    So the solution is:

    pre
    {
      font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
      margin-bottom: 10px;
      overflow: auto;
      width: auto;
      padding: 5px;
      background-color: #eee;
      width: 650px!ie7;
      padding-bottom: 20px!ie7;
      max-height: 600px;
    }
    

提交回复
热议问题