Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> div { height: 300px; background-image: linear-gradient(#eee, #1c87c9 ); } </style> </head> <body> <h2>Beispiel für Linearer Gradient als Hintergrundbild</h2> <p>Diese lineare Steigung beginnt oben. Es beginnt grau und geht in blau über:</p> <div></div> </body> </html>