Beiträge von RashAGhul

    Hallo,


    ich programmiere momentan eine Webseite und bin auf ein Problem gestoßen. Der Placeholder befindet sich mittig links, ich möchte jedoch, dass dieser sich in top left corner befindet.
    Wie mache ich das?. Für jeden Beitrag wäre ich dankbar!.

    Code
    <input type class="tx3"=<text" placeholder="Ihre Nachricht"/>
    Code
      input.tx3 {
      margin-top: 30px;
      margin-left: 1550px;
      padding: 5px;
      border-radius: 6px;
      width: 465px;   
      height: 200px;
      }