We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14b853 commit b2fa8c0Copy full SHA for b2fa8c0
assets/awesome-cpp.css
@@ -37,3 +37,9 @@ h2 {
37
border-top: 1px solid #BBB;
38
padding-top: 20px;
39
}
40
+
41
+#ghbtns {
42
+ position: absolute;
43
+ top: 20px;
44
+ right: 200px;
45
+}
index.html
@@ -10,6 +10,9 @@
10
11
</head>
12
<body>
13
+ <div id="ghbtns">
14
+ <iframe src="http://ghbtns.com/github-btn.html?user=fffaraz&repo=awesome-cpp&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
15
+ </div>
16
<div id="content">
17
</div>
18
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
0 commit comments