mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
27 lines
334 B
CSS
27 lines
334 B
CSS
body {
|
|
background: black;
|
|
}
|
|
#container {
|
|
padding-top: 20px;
|
|
}
|
|
#wrapper {
|
|
background: inherit;
|
|
}
|
|
#header {
|
|
position: relative;
|
|
background: #0082bf;
|
|
height: 308px;
|
|
}
|
|
#header h1 {
|
|
padding: 0;
|
|
margin: 0;
|
|
position: absolute;
|
|
bottom: 15px;
|
|
right: 20px;
|
|
}
|
|
.image140 {
|
|
height: 140px;
|
|
}
|
|
img {
|
|
}
|