Countdown Download File Box
Add a Download Box with Countdown Timer using HTML, CSS and JavaScript. /* Countdown Download Box by The Web Trick */ .dldCo{ --boxC : #08102b; /* Font Color */ --boxBg : #fffdfc; /* Container...
View ArticleCustom Caption Image
Custom Caption Imagefigure { display: flex; flex-flow: column; max-width: 500px; max-height: 250px; margin: auto; position:relative; } img { width:100%; } figcaption { background-color: rgba(0, 0, 0,...
View ArticleApp Post Widget
Add an App Post Widget using HTML and CSS..angry-grid{display:grid;grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:2fr...
View ArticleDynamic Greetings Bar
Guide to Add Dynamic Greetings Bar on Website using HTML and CSS.Good Morning :) svg{width:16px;height:16px;margin-right:6px} #greeting .greeting{font-size:14px}...
View ArticleHTML Sitemap Page
Guide to HTML Sitemap Page on Website using HTML and CSS.Loading.... .sitemaps{font-size:14px} .sitemapBox{padding:15px;border:1px solid var(--content-border);border-radius:5px}...
View Article