wanjingy.github.io / hw8 / frontend / src / styles.css
styles.css
Raw
/* You can add global styles to this file, and also import other style files */
/* @import "~bootstrap/dist/css/bootstrap.css"; */
@import "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css";
body{
    background: url(background.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.no-results{
    color: red;
    border-radius: 1em;
    background-color: white;
    min-width: fit-content;
    max-width: 50%;
    margin: 100px 0;
    padding: 5px, 10px;
}