fredboniface.co.uk/css/styles.css

15 lines
171 B
CSS
Raw Normal View History

2022-09-10 20:55:33 +01:00
body {
width: 90%;
background-color: #B4C6E2;
}
.page-title {
text-align: center;
color: #323C4A;
}
.page-main-content {
text-align: left;
color: #495568;
}