Difference between revisions of "Template:NAU-CHINA/header"

Line 18: Line 18:
 
       box-shadow: 0 5px 5px gray; /*box-shadow: h-shadow v-shadow blur spread color inset;*/
 
       box-shadow: 0 5px 5px gray; /*box-shadow: h-shadow v-shadow blur spread color inset;*/
 
       /*background-color: whitesmoke;*/ /*如果希望把整个导航条所在行做成灰色,则取消这一句的注释*/
 
       /*background-color: whitesmoke;*/ /*如果希望把整个导航条所在行做成灰色,则取消这一句的注释*/
 +
      display: grid;
 +
      grid-template-columns: 50% 50%;
 +
      height: 60px;
 +
      line-height: 60px;
 +
      text-align: center;
 +
      font-family: 'Arial',sans-serif;
 
     }
 
     }
 
     #nav {
 
     #nav {

Revision as of 01:32, 29 September 2018

2018_NAU-CHINA/header