A textbox that looks like a notepad! Forms are fun!
A Pen by Sofia Scriber on CodePen.
A Pen by Sofia Scriber on CodePen.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ==UserScript== | |
| // @name MathJax | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.0 | |
| // @description Add Mathjax to webpages | |
| // @author Nathan Hunt | |
| // @match https://trello.com/* | |
| // @grant none | |
| // ==/UserScript== | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- START NAV --> | |
| <nav id="navbar" class="nav"> | |
| <ul class="nav-list"> | |
| <li> | |
| <a href="#about">About</a> | |
| </li> | |
| <li> | |
| <a href="#projects">Projects</a> | |
| </li> | 
A Pen by Sofia Scriber on CodePen.
NewerOlder