Skip to main content
DevTyp.i.ng
Back

Share

DevTyping CSShtml

00:00:00

Press Esc to exit this exercise.

<style type="text/css">
      #container {
        max-width: 80%;
        min-height: 80%;
        margin: 10% auto;
      }

      textarea {
        display: block;
        width: 100%;
        height: 10em;
        margin-bottom: 20px;
      }
    </style>