- Files
- Index
- Style
- Script
- README
- CDN Add
PLEASE WAIT...
<a href="link"><h1>hello world</h1></a>
h1 {
background-color: #be5068;
border-radius: 5px;
}
a {
color: #1f1f1f;
text-decoration: none;
}
a:hover {
color: white;
}
/* ESLint rules https://eslint.org/docs/2.0.0/rules/ */
/* eslint no-undef: "off" */