You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
248 B
19 lines
248 B
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.navbar {
|
|
height: 49px;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 1px 1px 3px #e4e4e4;
|
|
}
|
|
|
|
.title{
|
|
font-size: 1.5em;
|
|
margin-left: 10px;
|
|
color: #333;
|
|
}
|