Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. I

    JavaScript How to rewrite code?

    Hello! I've got task keyboard. I did it (but there are some bugs). But I'm interested in how can i rewrite javascript code to make it look more 'professional' Thank You! <body > <div class="wrapper"> <textarea name='' readonly></textarea> <div...
  2. I

    HTML & CSS :not(:last-child) is not working

    Hello! I've got a problem with this simple code. Margin-bottom does not appear Thanks! *{ margin: 0; padding: 0; box-sizing: border-box; } .container div{ position: relative; } .container{ width: 300px; text-align: center; margin:20px auto; padding: 10px; }...
Back
Top Bottom