Skip to content

Commit

Permalink
Create social.css
Browse files Browse the repository at this point in the history
added css/social.css
  • Loading branch information
deepend-tildeclub authored Jul 25, 2023
1 parent e3964f5 commit d95addc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/list-html-connections/css/social.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
h1 {font-weight:normal;}
body {margin:5em;background:white;}
table {border-collapse:collapse;}
a {text-decoration:none;}
td {vertical-align:top;margin:.5px;border-bottom:1px solid #ccc;font-family:Trebuchet MS; font-size:9pt;
padding:1em;
line-height:149%;
}
td.user {font-weight:bold; text-align:right;}
td.linkedby {width:100px;color:#888;text-align:center;}

0 comments on commit d95addc

Please sign in to comment.