Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- function fieldsStyling(){
- document.querySelector("input#firstname-1d867f60-129d-4291-a3df-88bfabd0be96").style.border = "2px solid #d1d1d3";
- };
- setTimeout(fieldsStyling, 5000);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment