1 2 3 4 5 6 7 8 9 10 11 12 |
<style type="text/css"> body { background: url(images/android.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: 60%; } </style> |
