Files

copied
Last update 6 years 1 month by Torsten Martinsen
Fileshtml
..
action.php
index.html
style.css
style.css
h1 {font-size:2em;font-family:'Droid sans';} h2 {font-family:'Droid sans';} h3 {font-family:'Droid sans';border-bottom:solid 1px #ccc;} p {margin: 1em 0 1em 0;} body { background:#fff; font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; text-align:center; width: 100%; height: 100%; font-size: 28px; } .button { color: #FFFFFF; float: center; padding: 30px 30px 10px 30px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; width: 290px; height: 90px; font-size: 32px; } .red-btn { background: #ff0000; } .green-btn { background: #00e000; } .orange-btn { background: #ffa500; } /* Centers the div that nests the nav_buttons */ .centerButtons { width: 100%; margin-left: 0px; margin-right: 0px } a { text-decoration: none; }
Report a bug