Line 17: | Line 17: | ||
line-height: 60px; /*line-height的值应与grid-template-rows的值相等,用于垂直居中*/ | line-height: 60px; /*line-height的值应与grid-template-rows的值相等,用于垂直居中*/ | ||
/*background-color: #C7EDCC;*/ | /*background-color: #C7EDCC;*/ | ||
− | |||
font-family: Goudy Old Style Regular,sans-serif; | font-family: Goudy Old Style Regular,sans-serif; | ||
font-size: 18px; | font-size: 18px; | ||
Line 27: | Line 26: | ||
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;*/ /*如果希望把整个导航条所在行做成灰色,则取消这一句的注释*/ | ||
+ | margin-right: 1px; | ||
} | } | ||
#nav { | #nav { |
Revision as of 19:31, 24 September 2018
PROJECT