Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created August 19, 2022 08:03
Show Gist options
  • Save Pavracer/8ead4f270aa54d9faec1a296c96fed2e to your computer and use it in GitHub Desktop.
Save Pavracer/8ead4f270aa54d9faec1a296c96fed2e to your computer and use it in GitHub Desktop.
/* ===== Houzz Icon 1 ===== */
.custom_icons li:nth-child(1) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/houzz_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Snapchat Icon 2 ===== */
.custom_icons li:nth-child(2) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/snap_chat_Icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Yelp Icon 3 ===== */
.custom_icons li:nth-child(3) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/yelp_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Behance Icon 4 ===== */
.custom_icons li:nth-child(4) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/behance_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Paypal Icon 5 ===== */
.custom_icons li:nth-child(5) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/paypal_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Yahoo Icon 6 ===== */
.custom_icons li:nth-child(6) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/yahoo_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Blogger Icon 7 ===== */
.custom_icons li:nth-child(7) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/blogger_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Kickstarter Icon 8 ===== */
.custom_icons li:nth-child(8) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/kickstarter_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Amazon Icon 9 ===== */
.custom_icons li:nth-child(9) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/amazon_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Ebay Icon 10 ===== */
.custom_icons li:nth-child(10) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/ebay_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Quora Icon 11 ===== */
.custom_icons li:nth-child(11) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/quora_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Vine Icon 12 ===== */
.custom_icons li:nth-child(12) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/vine_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== ShazamIcon 13 ===== */
.custom_icons li:nth-child(13) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/shazam_icon.png) no-repeat;
background-size: 30px 30px;
}
/* ===== Spotify Icon 14 ===== */
.custom_icons li:nth-child(14) .icon:before {
content: "";
background-position: center center;
background: url(https://dividezigns.com/wp-content/uploads/2017/07/spotify_icon.png) no-repeat;
background-size: 30px 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment