Line 20: | Line 20: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | + | body { | |
+ | background-image: url(https://static.igem.org/mediawiki/2014/a/a5/Stony_brook_home_background.png); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position: center center; | ||
+ | background-attachment: fixed; | ||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | } | ||
+ | #header { | ||
+ | width: 672px; | ||
+ | position: absolute; | ||
+ | top:29%; | ||
+ | left:50%; | ||
+ | margin-left: -310px; | ||
+ | margin-top:-50px; | ||
+ | } | ||
</style> | </style> | ||
</head> | </head> |
Revision as of 16:22, 24 August 2016