Add NavBar.

This commit is contained in:
Yang Luo
2020-10-20 22:37:38 +08:00
parent bb06e55d8d
commit 88fd1fda47
11 changed files with 551 additions and 37 deletions

View File

@ -11,3 +11,13 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.logo {
background: url("logo.png");
background-size: 108px, 33px;
width: 108px;
height: 27px;
/*background: rgba(0, 0, 0, 0.2);*/
margin: 17px 10px 16px 20px;
float: left;
}