blob: ff17874b719a8e16424b3ccfb4057c6f9e16a5ae [file] [log] [blame]
<!DOCTYPE html>
<style>
.gradient {
background-image: linear-gradient(white 0%, blue 100%);
width: 400px;
height: 300px;
}
</style>
<div class="gradient"></div>