PrabhakarVenkat's picture
Upload 14 files
d13ab9e verified
raw
history blame contribute delete
423 Bytes
body, html {
margin: 0;
font-family: sans-serif;
background-color: lightblue;
}
.content {
margin: 0 auto;
width: 400px;
}
table, td, th {
border: 1px solid #aaa;
}
table {
border-collapse: collapse;
width: 100%;
}
th {
height: 30px;
}
td {
text-align: center;
padding: 5px;
}
.form {
margin-top: 20px;
}
#content {
width: 70%;
}