<!DOCTYPE html>
<title>My Example</title>
<style>
.box {
font-size: 5vw;
padding: 10vw;
border: solid;
background: repeating-linear-gradient(yellow 20%, orange 40%);
}
</style>
<div class="box">This has a repeating linear gradient.</div>