Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
Zesty Yak
  • Loading branch information
itsN1X authored Dec 2, 2019
1 parent 858b317 commit ccdb5ba
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 35 deletions.
36 changes: 36 additions & 0 deletions docs/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,39 @@
header {
display: none;
}


* {
box-sizing: border-box;
}

#myInput {
background-image: url(https://avatars1.githubusercontent.com/u/13474314?s=24&v=4);
background-position: 10px 10px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
}

#myTable {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
font-size: 18px;
}

#myTable th, #myTable td {
text-align: left;
padding: 12px;
}

#myTable tr {
border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
background-color: #487619;
}
37 changes: 2 additions & 35 deletions docs/teb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,8 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=0.25">
<style>
* {
box-sizing: border-box;
}

#myInput {
background-image: url(https://avatars1.githubusercontent.com/u/13474314?s=24&v=4);
background-position: 10px 10px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 12px 20px 12px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
}

#myTable {
border-collapse: collapse;
width: 100%;
border: 1px solid #ddd;
font-size: 18px;
}

#myTable th, #myTable td {
text-align: left;
padding: 12px;
}

#myTable tr {
border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
background-color: #f1f1f1;
}
</style>
<link rel="stylesheet" type="text/css" href="assets/css/style.scss">
</head>
<body>
<h2>xENNiE$ Blockchain Networks</h2>
Expand All @@ -54,7 +21,7 @@
<tr>
<td valign="bottom" align="left" style=" font-size:10pt;">Bitcoin</td>
<td valign="bottom" align="right" style=" font-size:10pt;">0E+00</td>
<td valign="bottom" align="left" style=" font-size:10pt;">1N</td>
<td valign="bottom" align="left" style=" font-size:10pt;">12BYmeGuyteP4z7m4MUVZzpb1K6peP1Yx3 1TsNiXCQkPKaB6zfDQQXAwMBfe12ySoKa</td>
<td style=""></td>
</tr>
<tr>
Expand Down

0 comments on commit ccdb5ba

Please sign in to comment.