Merging styling into new branch based on most up to date branch of main
This commit is contained in:
parent
82ce646889
commit
70a4284b24
2 changed files with 22 additions and 1 deletions
17
src/stylesheets/index.css
Normal file
17
src/stylesheets/index.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue