jeudi 26 janvier 2017

how to positioning tag?

I want to put the fieldset on center. Here is what I did

<head>
<style>
body
{
    background-color: #f42b68;
    width: 100%;
}
fieldset
{
    height: 50%;
    width: 80%;
    background: #ffffff;
}
</style>
</head>
<body>
<center>
<fieldset>
    <form>
    <input type="text" placeholder="txt">
    </form>
</fieldset>
</center>
</body>

Is there any possible way to do it other than using center tag?




Aucun commentaire:

Enregistrer un commentaire