add extensionmethod

This commit is contained in:
Markus Dieckmann 2018-07-16 11:13:17 +02:00
parent e79925dc32
commit f6145af046

View File

@ -86,7 +86,7 @@
width: 80%; width: 80%;
} }
.bookmark-container>.bookmark-set { .bookmark-container>.bookmark-set {
width: auto; width: auto;
margin: 1em 0.5em; margin: 1em 0.5em;
} }
} }
@ -207,6 +207,7 @@
<a class="bookmark" href="https://github.com/" ><p class="box">Github</p></a> <a class="bookmark" href="https://github.com/" ><p class="box">Github</p></a>
<a class="bookmark" href="https://gist.github.com/" ><p class="box">gisthub</p></a> <a class="bookmark" href="https://gist.github.com/" ><p class="box">gisthub</p></a>
<a class="bookmark" href="https://regex101.com/" ><p class="box">regex101</p></a> <a class="bookmark" href="https://regex101.com/" ><p class="box">regex101</p></a>
<a class="bookmark" href="http://extensionmethod.net/csharp" ><p class="box">extensions</p></a>
</div> </div>
</div> </div>
</div> </div>