Corrugated Background using Gradient


/ Published in: CSS
Save to your folder(s)

A simple effect using simple CSS. This is part of a collection of gradient effects


Copy this code and paste it in your HTML
  1. #grad7a {
  2. color:black;
  3. background: linear-gradient(to bottom, dodgerblue,
  4. white,dodgerblue, white, dodgerblue,white,
  5. dodgerblue,white,dodgerblue,white,dodgerblue);
  6. }

URL: http://coboldinosaur.com/pages/gradients-without-images.html#grad7a

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.