Free Live Wallpapers for Windows, MacOS and Mobile Phones

Download from over 67,000 high-quality 4K live wallpapers and animated wallpapers for PC and mobile. Explore our massive free collection of Anime, Gaming, and Aesthetic wallpapers, updated daily to bring your screen to life.

/* Footer base */ .dh-footer { border-radius: 14px; overflow: hidden; } /* Reserve empty left space for desktop sidebar (300px) */ @media (min-width: 992px) { .dh-footer-inner { padding-left: 300px; /* empty area for your sidebar */ } } /* Nice divider */ .dh-footer-hr { border: 0; height: 1px; opacity: 0.25; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent); } /* Brand line */ .dh-footer-copy { font-size: 0.95rem; letter-spacing: 0.2px; } .dh-footer-link { color: #fff; text-decoration: none; font-weight: 700; } .dh-footer-link:hover { text-decoration: underline; } /* Description text */ .dh-footer-desc { max-width: 56ch; line-height: 1.55; font-size: 0.95rem; } /* Links */ .dh-footer-navlink { color: rgba(255,255,255,0.75); padding: 0.35rem 0.55rem; border-radius: 10px; transition: background .15s ease, color .15s ease, transform .15s ease; } .dh-footer-navlink:hover { color: #fff; background: rgba(255,255,255,0.08); transform: translateY(-1px); }