ALERT: JavaScript must be enabled to use our web tools.
100%
EDIT
HTML Panel Theme
default
ambiance
base16-dark
blackboard
cobalt
elegant
erlang-dark
lesser-dark
mdn-like
midnight
monokai
neat
neo
night
paraiso-dark
paraiso-light
pastel-on-dark
rubyblue
simple
solarized
tomorrow-night-eighties
twilight
vibrant-ink
xq-dark
xq-light
CSS Panel Theme
default
ambiance
base16-dark
blackboard
cobalt
elegant
erlang-dark
lesser-dark
mdn-like
midnight
monokai
neat
neo
night
paraiso-dark
paraiso-light
pastel-on-dark
rubyblue
simple
solarized
tomorrow-night-eighties
twilight
vibrant-ink
xq-dark
xq-light
JS Panel Theme
default
ambiance
base16-dark
blackboard
cobalt
elegant
erlang-dark
lesser-dark
mdn-like
midnight
monokai
neat
neo
night
paraiso-dark
paraiso-light
pastel-on-dark
rubyblue
simple
solarized
tomorrow-night-eighties
twilight
vibrant-ink
xq-dark
xq-light
HTML
CSS
Javascript
Auto Run
ON
OFF
Run
HTML
<h2 align="center">Snap HTML Code Editor</h2> <br /> <p>Hello Webmaster,</p> <p>This is your Snap HTML Code Editor to work with codes and visibly see your changes.</p> <p>Simply insert your codes into the appropriate HTML code boxes and view live changes as you type inside this preview pane.</p> <p>Enjoy!</p> <br /> <p class="note">Note: We have included a small code snippet example below... erase or adjust the<br /> code boxes on your left to quickly learn how this code editor works.</p> <h3 align="center">HTML5 CSS3 Dynamic Navigation Menu With Transitions</h3> <p>Roll your cursor over the navigation bar for an example.</p> <p><ol class="nav"> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Projects</a></li> <li><a href="#">Contact Us</a></li> </ol></p>
CSS
/* Begin HTML5 CSS3 Dynamic Navigation Menu With Transitions */ /* == This Script Free To Use Providing This Notice Remains == */ /* == This Script Has Been Found In The http://snapbuilder.com Free Public Codes Library == */ /* == NOTICE:Though This Material May Have Been In A Public Depository, Certain Author Copyright Restrictions May Apply == */ BODY {font-family:verdana,arial,ms sans serif; font-size:90%; background-color:#ffffff; color:#222222;text-shadow:0px 1px 1px rgba(0,0,0,0.2);} #content {margin:0; padding:15px 15px 15px 15px;} .nav {list-style:none;} .nav li a { background-color:#eee; width:100px; padding:5px 15px; margin-top:7px; display:block; text-decoration:none; color:#333; font-family:verdana, arial, helvetica, sans-serif; font-size:12px; -webkit-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; -ms-border-radius:10px; border-radius:10px; -webkit-box-shadow:3px 3px 3px rgba(0,0,0,.3); -moz-box-shadow:3px 3px 3px rgba(0,0,0,.3); -o-box-shadow:3px 3px 3px rgba(0,0,0,.3); -ms-box-shadow:3px 3px 3px rgba(0,0,0,.3); box-shadow:3px 3px 3px rgba(0,0,0,.3); -webkit-transition:all 0.25s ease; -moz-transition:all 0.25s ease; -o-transition:all 0.25s ease; -ms-transition:all 0.25s ease; transition:all 0.25s ease; } .nav li a:hover { background-color:#666; color:#eee; -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2); z-index:2; margin-left:25px; } .note {font-family:monospace,verdana,arial;font-style:normal;font-weight:normal;font-size:12px;color:maroon;}
JavaScript
// No JavaScript Document