Search results

  1. J

    How to create a bot.

    How does someone make a social bot? what programming used?
  2. J

    Basic CSS.

    <!DOCOTYPE html> <html> <head> <Title>Basic CSS</title> <style> * { background-color: #555; margin: 0px; font-family: arial, helvetica, sans-serif; } #head { background-color: black; height: 56px; } #div, h1 { color: white; position: absolute; top: 5; background-color: black; margin-left: 500px...
Back
Top