Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> body { background-image: url('/pix/samples/bg2.png'); } .box { font-size: 5vw; padding: 10vw; border: solid; background: linear-gradient(blue -200px, transparent); } </style> <div class="box">This has a linear gradient.</div>