1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/public/stylesheets/photos.css
2010-10-08 05:51:47 -04:00

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 {
}