pastebin.luiscarlospando.com · paste listing

embed-paste

1 month ago
<iframe style="width: 100%; height: 20em;" frameborder="0" onload="this.height=this.contentWindow.document.body.scrollHeight" src="https://adam.paste.lol/embedding-a-paste.md/embed"></iframe>

aplicar-estilos-a-links-menos-a-los-que-tengan-ciertas-clases

1 month ago
a:not(.btn):not(.img-link) {
    color: $font-dark;
    position: relative;
    text-decoration: none;
    @include transition(ease, 0.3s);

    &::after {
        content: "";
        positio...

security.txt

1 month ago
Contact: https://luiscarlospando.com/contact
Contact: mailto:[email protected]
Contact: mailto:[email protected]
Expires: 2051-01-01T05:59:00.000Z
Encryption: https://luiscarlospando.com/pgp-key....

bloqueo-xml-rpc

1 month ago
# Bloqueo XML-RPC (anti spam / brute force)
<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>

mode-7-grand-prix-196

1 year ago
Resultados del Mode 7 Grand Prix #196

1. 🇲🇽 MexSKYNET: 173 pts.
2. 🇲🇽 Kaiton: 171 pts.
3. 🇲🇽 La Ulrich: 160 pts.
4. 🇲🇽 PALA: 157 pts.
5. 🇲🇽 Saucer: 139 pts.
6. �...

css-blurred-text-reveal-on-scroll

1 year ago
.character {
  animation: drop;
  animation-timeline: --section;
  animation-range: var(--start) var(--end);
}
@​keyframes drop {
  0% { filter: blur(10px); translate: 0 -75%; }
}