dimanche 22 décembre 2019

I don't understand why the border attribute is not working

<pre>
  <head>
    <style>
       body{
        background-color: blue;
       }
      .a
      {
        background-color: white;
        display: block;
        margin: auto;
         border-color: white;
         border-style: solid;
         border-radius: 10px;
        text-align: center;
        border-color: black;
        border-radius: 2px;
        width: 400px;
        height: 600px;
      }
    </style>
  </head>
  <body>
    <div class="a">
      <h1>SignUp</h1>
    </div>
  </body>
</pre>

I don't understand why the border attribute does not work please explain to me. (I removed the base tags because the website says there is too much code).

Aucun commentaire:

Enregistrer un commentaire