Search
 
SCRIPT & CODE EXAMPLE
 

CSS

Resetting Default Table Styles

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
Comment

PREVIOUS NEXT
Code Example
Css :: box position in center css 
Css :: curve bottom of square css 
Css :: placeholder text css 
Css :: purgecss cli 
Css :: css change the button text value 
Css :: zoom level in css 
Css :: hide scroll bar but still be scrollable. 
Css :: center div vertically and horizontally 
Css :: scroll padding top in css 
Css :: comment css 
Css :: display content in column css 
Css :: color code css 
Css :: no break line html 
Css :: how to hange the color of your cursor in css 
Css :: resize in css 
Css :: css table properties 
Css :: h2 in px css 
Css :: transition css 
Css :: How to use css on a react icon 
Css :: css table th width 
Css :: how to make a list vertical in css 
Css :: add notification in css 
Css :: *+* css 
Css :: css transparent color 
Css :: change text color li css 
Css :: style scrollbar table 
Css :: css set div width to screen 
Css :: sass mixin 
Css :: sideways linear gradient 
Css :: css pointer-events 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =