Gray_code_element

Friday, May 8, 2020

Adding custom CSS to Blogger Post


Publish the post, then go to Theme > Customize > Advanced > Add CSS > then paste your custom table css here. To make the tables look like you see below, I added the following CSS:

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

Name: Bill Gates
Telephone: 55577854
55577855


No comments:

Post a Comment

SVG: Two arrows with text on the ends

Example of Two arrows with text at the head of the arrow: Arrow with Text SVG Using Markers and Text tags In this tutoria...