How to Design simple Dashboard Interface In HTML CSS

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 4

  • @navotech1905
    @navotech1905 3 місяці тому

    Dear @Troy Vincent, it will be very kind of you if you can share the code access as well.

    • @Codewithtroy
      @Codewithtroy  3 місяці тому

      Hi please send me a mail so I can forward the file

  • @selectorsaurus
    @selectorsaurus 3 місяці тому

    Needs some extra work on the HTML:
    * Cards could be in a list.
    * Cards could be article elements.
    * Only one heading (h2) in the cards needed.
    * Don't use the var element in this case.
    * Only use abbr element for abbreviations.
    * Probably use meter element instead of progress element.
    * Add missing label to meter/progress element.
    * Add missing alt attributes on images.