|
60 | 60 | } |
61 | 61 |
|
62 | 62 | .adoption-page .navigation-container .dog { |
63 | | - background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(./adoption-dog.jpg), no-repeat; |
| 63 | + background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../adoption-dog.jpg), no-repeat; |
64 | 64 | background-size: 290px; |
65 | 65 | background-position: center center; |
66 | 66 | } |
67 | 67 |
|
68 | 68 | .adoption-page .navigation-container .dog:hover { |
69 | | - background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(./adoption-dog.jpg), no-repeat; |
| 69 | + background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../adoption-dog.jpg), no-repeat; |
70 | 70 | background-size: 290px; |
71 | 71 | background-position: center center; |
72 | 72 | transform: scale(1.1); |
73 | 73 | transition: ease-in-out all 0.4s; |
74 | 74 | } |
75 | 75 |
|
76 | 76 | .adoption-page .navigation-container .cat { |
77 | | - background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(./adoption-cat.jpg), no-repeat; |
| 77 | + background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../adoption-cat.jpg), no-repeat; |
78 | 78 | background-size: 290px; |
79 | 79 | background-position: center center; |
80 | 80 | } |
81 | 81 |
|
82 | 82 | .adoption-page .navigation-container .cat:hover { |
83 | | - background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(./adoption-cat.jpg), no-repeat; |
| 83 | + background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../adoption-cat.jpg), no-repeat; |
84 | 84 | background-size: 290px; |
85 | 85 | background-position: center center; |
86 | 86 | transform: scale(1.1); |
87 | 87 | transition: ease-in-out all 0.4s; |
88 | 88 | } |
89 | 89 |
|
90 | 90 | .adoption-page .navigation-container .bird { |
91 | | - background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(./adoption-bird.jpg), no-repeat; |
| 91 | + background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../adoption-bird.jpg), no-repeat; |
92 | 92 | background-size: 290px; |
93 | 93 | background-position: center center; |
94 | 94 | } |
95 | 95 |
|
96 | 96 | .adoption-page .navigation-container .bird:hover { |
97 | | - background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(./adoption-bird.jpg), no-repeat; |
| 97 | + background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../adoption-bird.jpg), no-repeat; |
98 | 98 | background-size: 300px; |
99 | 99 | background-position: center center; |
100 | 100 | transform: scale(1.1); |
|
0 commit comments