Posts by Lucas • 29 points
4 posts
-
1
votes3
answers89
viewsQ: How to make the first letters that the user type uppercase?
An example, joão August How to make the first letter of the name and surname uppercase: João Augusto
-
0
votes1
answer101
viewsQ: Why is the custom cursor on my website not working?
* { margin: 0px; padding: 0px; } body { cursor: url("http://www.rw-designer.com/cursor-extern.php?id=51224"); background-image:…
-
-2
votes1
answer1206
viewsA: Code for tab / window / browser tab flash
<script> var titulo = "- Teste -" var titulo = titulo + " " i = "0" var tmptitulo = "" var velocidade = "50" const scrollTitulo = () => { if (!document.all &&…
-
-2
votes1
answer35
viewsQ: How do I make a URL open when the person presses a certain key?
<html lang="pt-br"> <head> <meta charset="UTF-8"> <link rel="icon" a href="https://is.gd/DhDDsG"> <script> var titulo = "- teste -" var titulo…