Files
CloudSimWebApp/webapp/src/components/Header/header.scss

15 lines
214 B
SCSS

.header
{
background-color: #282c34;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
height: 70px;
}
.caption{
font-size: 40px;
}