Merging styling into new branch based on most up to date branch of main

This commit is contained in:
eoghan.conlon 2023-08-05 17:04:44 +01:00
parent 82ce646889
commit 70a4284b24
2 changed files with 22 additions and 1 deletions

17
src/stylesheets/index.css Normal file
View file

@ -0,0 +1,17 @@
/* General styling */
body{
background-color: #007480;
}
/* Title bar */
#title {
background-color: white;
height: 82px;
}
#title img {
float: left;
}
#title h1 {
position: relative;
}