边境和边界背景定位CSS

时间:2018-05-02 13:55:13

标签: css wordpress-theming

我目前正在尝试编写自己的Wordpress主题,我想用这种风格制作主菜单:the border will be kind of "separate" from the background color。我不知道如何解释它,但我想做一些像附加的照片。 :)

这几乎就是我现在的代码:

.menu ul {
   background-color: white;
   box-shadow: 0px 0px 0px 1px black;
   list-style: none;
   padding: 10px 10px 10px 10px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-family: Garamond
}

0 个答案:

没有答案