๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add bulma.css

+10 -7
+10 -7
index.html
··· 1 1 <!doctype html> 2 2 <html> 3 3 <head> 4 + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" integrity="sha256-zIG416V1ynj3Wgju/scU80KAEWOsO5rRLfVyRDuOv7Q=" crossorigin="anonymous" /> 4 5 </head> 5 6 <body> 6 - <h1> 7 - shuuji3's page (under construction) 8 - </h1> 9 - <h2> 10 - GitHub grass 11 - </h2> 12 - <img src="https://grass-graph.moshimo.works/images/shuuji3.png"> 7 + <div class="container"> 8 + <div class="hero"> 9 + <div class="hero-body"> 10 + <h1 class="title">shuuji3's page (under construction)</h1> 11 + <h2>GitHub grass</h2> 12 + <img src="https://grass-graph.moshimo.works/images/shuuji3.png" alt="GitHub grass of shuuji3"> 13 + </div> 14 + </div> 15 + </div> 13 16 </body> 14 17 </html>