dimanche 12 juin 2016

Hot to assign margin in html code [on hold]

I am trying to assign marign-left: 0px to search box but it does not work properly. I am not doing that in css, because I have another search box on site which is (and should) be in the middle of site (and it is)

What i already made is:

<form class="form-wrapper cf">
    <input type="text" name="s" style="marign-left: 0px;" placeholder="Search..." oninvalid="this.setCustomValidity('Wrong title')" required="">
      <button type="submit">Search</button>
</form>

It is just does not change anything. Search box is still in the middle. Do you have any ideas?

Aucun commentaire:

Enregistrer un commentaire