User:OneHellOfAnOtaku/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "<!DOCTYPE html> <html> <head> <style> body { background-image: url("http://i.imgur.com/6Qi8VBR.jpg"); background-repeat: no-repeat; } </style> </head> <body> ..." |
(No difference)
|
Revision as of 22:26, 4 May 2015
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url("http://i.imgur.com/6Qi8VBR.jpg");
background-repeat: no-repeat;
}
</style>
</head>
<body>
</body>
</html>