2022-11-13 04:10:17 +00:00
|
|
|
/* CreatePage.css */
|
|
|
|
|
2022-11-21 08:56:54 +00:00
|
|
|
@font-face {
|
2022-11-21 21:52:44 +00:00
|
|
|
font-family: "testFont";
|
|
|
|
src: url(CoveredByYourGrace-Regular.ttf);
|
2022-11-21 08:56:54 +00:00
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
body {
|
2022-11-21 08:56:54 +00:00
|
|
|
background-color: #F8F3F1;
|
|
|
|
|
2022-11-13 04:10:17 +00:00
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
.top-bar {
|
2022-11-21 20:32:54 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-11-13 04:10:17 +00:00
|
|
|
}
|
2022-11-21 03:50:54 +00:00
|
|
|
|
|
|
|
.top-bar > img {
|
|
|
|
position: relative;
|
2022-11-21 20:32:54 +00:00
|
|
|
align-self: center;
|
|
|
|
padding-left: 2.5%;
|
|
|
|
padding-right: 2.5%;
|
2022-11-13 04:10:17 +00:00
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
.top-bar > h1 {
|
|
|
|
position: relative;
|
2022-11-21 20:32:54 +00:00
|
|
|
text-align: center;
|
2022-11-21 08:56:54 +00:00
|
|
|
color:#516754;
|
2022-11-21 20:32:54 +00:00
|
|
|
font-size: 6rem;
|
|
|
|
font-family: 'testFont';
|
2022-11-21 21:52:44 +00:00
|
|
|
}
|