4b2c641e by Glitch (hello-node)

:fist::blue_car: Checkpoint

./public/style.css:8/80
./views/index.html:8/2108
1 parent 72d79d81
...@@ -75,14 +75,7 @@ footer { ...@@ -75,14 +75,7 @@ footer {
75 75
76 footer > a { 76 footer > a {
77 color: #BBBBBB; 77 color: #BBBBBB;
78 } 78 }
79
80 .glitchButton {
81 position: fixed !important;
82 top: 25px;
83 right: 25px;
84 }
85
86 79
87 .nicejob { 80 .nicejob {
88 text-decoration: line-through; 81 text-decoration: line-through;
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
23 <h1> 23 <h1>
24 A Dream of the Future 24 A Dream of the Future
25 </h1> 25 </h1>
26 <div class="glitchButton"></div>
27 </header> 26 </header>
28 27
29 <main> 28 <main>
...@@ -50,7 +49,11 @@ ...@@ -50,7 +49,11 @@
50 integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00=" 49 integrity="sha256-gvQgAFzTH6trSrAWoH1iPo9Xc96QxSZ3feW6kem+O00="
51 crossorigin="anonymous"></script> 50 crossorigin="anonymous"></script>
52 <script src="/client.js"></script> 51 <script src="/client.js"></script>
53 <script src="https://button.glitch.me/button.js"></script> 52
53
54 <!-- Include the Glitch button and default styling: -->
55 <div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
56 <script src="https://button.glitch.me/button.js" data-style="glitch"></script>
54 57
55 </body> 58 </body>
56 </html> 59 </html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!