Team:UCLA
From 2013.igem.org
(Difference between revisions)
Dewalgupta (Talk | contribs) |
Dewalgupta (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <style type="text/css"> | ||
+ | body#space{ | ||
+ | background-image: url("http://bglabs.evade.netdna-cdn.com/files/subtle-stripes-pattern-2273.png"); | ||
+ | background-attachment: fixed; | ||
+ | background-repeat: repeat; | ||
+ | background-size: 100%; | ||
+ | height: 100% | ||
+ | width: 100% | ||
+ | |||
+ | -webkit-background-size: cover; /*for webKit*/ | ||
+ | -moz-background-size: cover; /*Mozilla*/ | ||
+ | -o-background-size: cover; /*opera*/ | ||
+ | background-size: cover; /*generic*/ | ||
+ | } | ||
+ | </style> | ||
<html lang="en" class="no-js"> | <html lang="en" class="no-js"> | ||
<head> | <head> |
Revision as of 02:51, 13 September 2013
<style type="text/css"> body#space{
background-image: url("http://bglabs.evade.netdna-cdn.com/files/subtle-stripes-pattern-2273.png"); background-attachment: fixed; background-repeat: repeat; background-size: 100%; height: 100% width: 100%
-webkit-background-size: cover; /*for webKit*/ -moz-background-size: cover; /*Mozilla*/ -o-background-size: cover; /*opera*/ background-size: cover; /*generic*/
} </style>