diff --git a/bootstrap_practice/css/style.css b/bootstrap_practice/css/style.css index ecb2cb6..2b29394 100644 --- a/bootstrap_practice/css/style.css +++ b/bootstrap_practice/css/style.css @@ -311,3 +311,27 @@ footer { padding: 20px 0; border-top: 3px solid gray; } + + +.github-home { + display: block; + position: fixed; + top: 30px; + min-width: 60px; + padding: 5px 5px 0; + background-color: black; + color: white; +} + + +.github-home .octicon, +.github-back { + display: inline-block; + height: 28px; + width: 28px; + fill: white; +} + +.octicon { + margin-bottom: -6px; +} \ No newline at end of file diff --git a/bootstrap_practice/index.html b/bootstrap_practice/index.html index c4f0c55..b6b51e6 100644 --- a/bootstrap_practice/index.html +++ b/bootstrap_practice/index.html @@ -265,5 +265,10 @@

Sint.

+ +
+
+ +
- \ No newline at end of file +