mirror of
https://github.com/SamHerbert/SVG-Loaders.git
synced 2026-01-25 04:46:14 +00:00
move homepage
This commit is contained in:
@@ -43,62 +43,62 @@
|
||||
}
|
||||
li:nth-child(1) {
|
||||
background-color: #1ABC9C;
|
||||
background-image: url(../svg-loaders/audio.svg);
|
||||
background-image: url(svg-loaders/audio.svg);
|
||||
background-size: 40px;
|
||||
}
|
||||
li:nth-child(2) {
|
||||
background-color: #34495E;
|
||||
background-image: url(../svg-loaders/rings.svg);
|
||||
background-image: url(svg-loaders/rings.svg);
|
||||
background-size: 60px;
|
||||
}
|
||||
li:nth-child(3) {
|
||||
background-color: #F39C12;
|
||||
background-image: url(../svg-loaders/grid.svg);
|
||||
background-image: url(svg-loaders/grid.svg);
|
||||
background-size: 40px;
|
||||
}
|
||||
li:nth-child(4) {
|
||||
background-color: #9B59B6;
|
||||
background-image: url(../svg-loaders/hearts.svg);
|
||||
background-image: url(svg-loaders/hearts.svg);
|
||||
background-size: 80px;
|
||||
}
|
||||
li:nth-child(5) {
|
||||
background-color: #3498DB;
|
||||
background-image: url(../svg-loaders/oval.svg);
|
||||
background-image: url(svg-loaders/oval.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
li:nth-child(6) {
|
||||
background-color: #E74C3C;
|
||||
background-image: url(../svg-loaders/three-dots.svg);
|
||||
background-image: url(svg-loaders/three-dots.svg);
|
||||
background-size: 60px;
|
||||
}
|
||||
li:nth-child(7) {
|
||||
background-color: #2ECC71;
|
||||
background-image: url(../svg-loaders/spinning-circles.svg);
|
||||
background-image: url(svg-loaders/spinning-circles.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
li:nth-child(8) {
|
||||
background-color: #2C3E50;
|
||||
background-image: url(../svg-loaders/puff.svg);
|
||||
background-image: url(svg-loaders/puff.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
li:nth-child(9) {
|
||||
background-color: #F1C40F;
|
||||
background-image: url(../svg-loaders/circles.svg);
|
||||
background-image: url(svg-loaders/circles.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
li:nth-child(10) {
|
||||
background-color: #8E44AD;
|
||||
background-image: url(../svg-loaders/tail-spin.svg);
|
||||
background-image: url(svg-loaders/tail-spin.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
li:nth-child(11) {
|
||||
background-color: #2980B9;
|
||||
background-image: url(../svg-loaders/bars.svg);
|
||||
background-image: url(svg-loaders/bars.svg);
|
||||
background-size: 40px;
|
||||
}
|
||||
li:nth-child(12) {
|
||||
background-color: #E74C3C;
|
||||
background-image: url(../svg-loaders/ball-triangle.svg);
|
||||
background-image: url(svg-loaders/ball-triangle.svg);
|
||||
background-size: 50px;
|
||||
}
|
||||
.actions {
|
||||
@@ -117,10 +117,10 @@
|
||||
}
|
||||
|
||||
a.download {
|
||||
background-image: url(images/download-btn.png);
|
||||
background-image: url(site-assets/images/download-btn.png);
|
||||
}
|
||||
a.tweet {
|
||||
background-image: url(images/tweet-btn.png);
|
||||
background-image: url(site-assets/images/tweet-btn.png);
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Reference in New Issue
Block a user