Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>All boxes should have a lime background.</title>
<style>
div {
width: 100px;
height: 100px;
background: radial-gradient(circle at 0% 100%, lime 100%, red 0);
}
</style>
<div>This should be a lime background.</div>
<div>This should be a lime background.</div>
<div>This should be a lime background.</div>