2022-11-13 04:10:17 +00:00
|
|
|
/* CreatePage.css */
|
|
|
|
|
2022-11-21 08:56:54 +00:00
|
|
|
@font-face {
|
2022-11-22 01:27:18 +00:00
|
|
|
font-family: testFont;
|
2022-11-22 01:31:12 +00:00
|
|
|
src: url("CoveredByYourGrace-Regular.ttf");
|
2022-11-21 08:56:54 +00:00
|
|
|
}
|
|
|
|
|
2022-11-21 03:50:54 +00:00
|
|
|
body {
|
2022-11-22 01:27:18 +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-12-06 04:01:12 +00:00
|
|
|
width: 7.5%;
|
|
|
|
height: 7.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-22 01:27:18 +00:00
|
|
|
color: #516754;
|
2022-11-21 20:32:54 +00:00
|
|
|
font-size: 6rem;
|
2022-11-22 01:55:44 +00:00
|
|
|
font-family: testFont, sans-serif;
|
2022-11-22 01:27:18 +00:00
|
|
|
}
|