Skip to content

Commit be09ac3

Browse files
committed
Background Images - ColorZilla
1 parent 6385f2c commit be09ac3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ <h1>I'm folder image</h1>
2020
<div class="small-img">
2121
<h1>I'm small image</h1>
2222
</div>
23+
<div class="colorzilla"></div>
2324
</body>
2425
</html>

styles.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,24 @@ div {
4343
background-position: center; */
4444
/* background-attachment: fixed; */
4545
}
46+
47+
.colorzilla {
48+
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f46130+0,7eafe8+100 */
49+
background: #f46130; /* Old browsers */
50+
background: -moz-linear-gradient(
51+
top,
52+
#f46130 0%,
53+
#7eafe8 100%
54+
); /* FF3.6-15 */
55+
background: -webkit-linear-gradient(
56+
top,
57+
#f46130 0%,
58+
#7eafe8 100%
59+
); /* Chrome10-25,Safari5.1-6 */
60+
background: linear-gradient(
61+
to bottom,
62+
#f46130 0%,
63+
#7eafe8 100%
64+
); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
65+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46130', endColorstr='#7eafe8',GradientType=0 ); /* IE6-9 */
66+
}

0 commit comments

Comments
 (0)