Login   Register  
Icontem

File: demo.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mark Rolich  >  Sea Battle  >  demo.css  >  Download  
File: demo.css
Role: Auxiliary data
Content type: text/plain
Description: Demo
Class: Sea Battle
Show sea battle game placing ships on the board
Author: By
Last change: Formatting fixed
Date: 2012-11-28 08:20
Size: 435 bytes
 

Contents

Class file image Download
.gameboard {
    margin: 0px auto;
    width: 625px;
    overflow: hidden;
    text-align: center
}

.gameboard div {
    float: left;
    margin: 25px;
    width: 262px
}

table {
    border-collapse: collapse;
    margin: 0px auto
}

table td {
    padding: 0px;
    border: solid 1px #ccc;
    font-size: 1px;
    width: 25px;
    height: 25px
}

input {
    margin: 0px auto;
    width: 100px;
    display: block;
    clear: both
}