OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
esprehn
2014/03/24 01:32:40
You can just leave off everything except the <styl
leviw_travelin_and_unemployed
2014/03/24 17:06:49
Sure :)
| |
4 <style> | |
5 body { | |
6 margin: 0; | |
7 background-image: linear-gradient(to bottom, #FFF 0%, #FFF 100%); | |
8 } | |
9 </style> | |
10 </head> | |
11 <body> | |
12 </body> | |
OLD | NEW |