Coding Global Background
Coding Global

margin wont work

Archiviert 7 months ago
3 Nachrichten
2 Mitglieder
Erstellt 8 months ago
Aktualisiert 8 months ago
In Discord öffnen
N
Manny Heffley
Copy Paster!
no matter how much I put the margin bottom in pixels it wont go up

#search{
    display: block;
    height: 30px;
    width: 400px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-left: 20px;
    border-bottom-right-radius: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: large;
    position: fixed;
    margin-left: 600px;
    margin-bottom:100px;


}

Antworten (2)