Form width and background color

评论

2 条评论

  • Avatar
    Mario Oenning

    Hi,

    Try the following css:

     

    #formPreview
    {
    width: 60%;
    }

    #container
    {
    background-color: #000000;
    background-image: none;
    }

     

    regards,

    Mario

    0
    评论操作 固定链接
  • Avatar
    Nadia Segura

    Thanks @Mario, yes that worked perfectly. Thank you!

    0
    评论操作 固定链接

请先登录再写评论。