Gradient Patterns using CSS 3 with out Image
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Tutorial Detail
Gradient Patterns using CSS 3 with out Image
In this tutorials we are going to see how to create a Gradient Patterns for webpages with out using images. This tutorial has been coded with HTML andhttp://www.tutorialsfor.com/2012/11/gradient-patterns-using-css-3-with-out.html
Total Hits: 4054
Total Votes: 14 votes
Category: CSS/Basic
Submitted on: 2013-01-09 06:17:07
Submitted By: Vinoth Kumar
Description:
Pattern 1.horizontalstrips{ width:200px; height:200px;float:left;
background-size: 50px 50px;
background-color: #0ae;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: -moz-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: -ms-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: -o-linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);
-pie-background: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent) 0 0 / 50px #0ae;
} More detail...
Rating Detail
| Stars | Percentage | Total Vote |
|---|---|---|
![]() |
![]() ![]() 7.14% |
1 |
![]() ![]() |
![]() ![]() 0% |
0 |
![]() ![]() ![]() |
![]() ![]() 7.14% |
1 |
![]() ![]() ![]() ![]() |
![]() ![]() 0% |
0 |
![]() ![]() ![]() ![]() ![]() |
![]() ![]() 78.57% |
11 |




7.14%

0%

7.14%

0%

78.57%