Files
douwco_website/static/css/douwco_styling.css

61 lines
1.0 KiB
CSS

@font-face {
font-family: righteous;
src: url(../font/Righteous-Regular.ttf);
}
@font-face {
font-family: monsterrat_regular;
src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
font-family: monsterrat_bold;
src: url(../font/Montserrat-Bold.ttf);
}
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
body {
font-family: monsterrat_regular;
font-size: 24px;
background-color: #283e3e;
color: white;
}
div
.app_panel {
display: flex;
flex-direction: row;
border-radius: 25px;
background-color: #304b4bFF;
}
button {
font-family: monsterrat_bold;
color: white;
cursor: pointer;
display: flex;
align-items: center;
}
.menu_button {
font-size: 48px;
border: none;
background-color: transparent;
}
.menu_button:hover {
border-radius: 20px;
background-color: #304b4bFF;;
}
.app_selection_button {
height: 50px;
width: 150px;
background-color: #6dde99;
border-radius: 10px;
border: none;
}