Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@prashantsolanki3
Created February 10, 2016 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prashantsolanki3/41a53f30a3d21bed3e7c to your computer and use it in GitHub Desktop.
Save prashantsolanki3/41a53f30a3d21bed3e7c to your computer and use it in GitHub Desktop.
Common style for Web Engg lab
body{
text-align: center;
}
table{
border-collapse: collapse;
border : 2px solid black;
width: 50%;
margin: 0 auto;
}
td{
text-align: center;
}
td table{
border : 1px solid black;
}
table td, table th {
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment