cse110-fa22-group29/source/static/CreatePage.css
Arthur Lu 9194dd5166 fix html linting and some css linting issues
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-21 17:27:18 -08:00

31 lines
423 B
CSS

/* CreatePage.css */
@font-face {
font-family: testFont;
src: url(CoveredByYourGrace-Regular.ttf);
}
body {
background-color: #f8f3f1;
}
.top-bar {
display: flex;
justify-content: center;
}
.top-bar > img {
position: relative;
align-self: center;
padding-left: 2.5%;
padding-right: 2.5%;
}
.top-bar > h1 {
position: relative;
text-align: center;
color: #516754;
font-size: 6rem;
font-family: testFont;
}