A shield shape with one DOM element.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Canvas Hexagonal Map</title> | |
<style type="text/css"> | |
canvas { | |
border:0; | |
display:block; | |
margin:0 auto; |
Using CSS and character entities to create graphics for achievement medals.
Reference:
by Jeff Stein
This is a test of an HTML search bar using various layout techniques. The layout is an HTML form with back button fieldset and search input fieldset. The inner search fieldset has a search box and clear "X" button. The variations use 1) auto width DIVs, 2) TABLEs, and 3) percentage width DIVs.