-
Creating textured background HTML5
Creating texture background HTML5 and making the html page is very simple and hosting in a minute, so here some trick to making more fancy on it. We have seen in previous post that how to make simple html site maintenance page. Creating textured background HTML5 snippet body { color: #FFF; .. background: radial-gradient(black 15%, transparent…
-
Simple HTML Maintenance Page
We everyone are looking for very simple HTML and classy site maintenance page for hosting. Nowhere we go. html maintenance page snippet <!doctype html> <title>Site Maintenance!</title> <style> body { text-align: center; padding: 150px; } h1 { font-size: 50px; } body { font: 20px Helvetica, sans-serif; color: #333; } article { display: block; text-align: left; width:…