Skip to main content

Posts

Showing posts from May, 2025
  LOGO Features Pricing Download Blog Features Pricing Download Blog Simplified Task Management Streamline your productivity and stay organized with our powerful task management app Get It On App Store Download It On Google Play Featured on ...

Custom-Blogger-Theme-Source-Code

  img { width: 100%; height: 260px; object-fit: cover; } .post-outer .thumbnail-image .post-labels { position: absolute; top: 16px; left: 16px; background: #fcfcfc; padding: 8px 16px; border-radius: 10px; display: flex; align-items: center; box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.2); } .post-outer .thumbnail-image .post-labels img { margin-right: 10px; } .post-outer .thumbnail-image .post-labels a { text-decoration: none; color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; } .post-outer { padding-bottom: 50px; border-bottom: 1px solid #bbafaf; padding-top: 100px; } .post-outer:nth-of-type(1) { padding-top: 16px; } .post-outer h3 { font-family: "Dancing Script", cursive; font-size: 36px; margin: 42px 0 12px 0; } .post-outer h3 a { text-decoration: none; color: #000; } .post-footer .post-footer-line-1 { font...
* { margin: 0; padding: 0; box-sizing: border-box; } html { font-family: "Roboto", sans-serif; } .wrapper { width: 1152px; margin: 0 auto; padding: 0 120px; } .wrapper p { line-height: 2; margin-bottom: 20px; } /* Top Nav */ .top-nav { position: fixed; left: 0; right: 0; background: #222; padding: 4px 0; z-index: 200; } .top-nav .wrapper { display: flex; justify-content: space-between; align-items: center; padding: 0 32px; } .top-nav .search-icon { cursor: pointer; } .top-nav nav ul { display: flex; list-style: none; } .top-nav nav ul li a { color: #fff; text-decoration: none; margin: 0 20px; text-transform: uppercase; font-size: 14px; } /* Hero Section */ .header-wrapper { max-width: 1152px; margin: 0 auto; background: #000; height: 100vh; } .header-wrapper .hero { display: flex; } .header-wrapper .hero .hero-left, .header-wrapper .hero .hero-right { fl...