bem example html

Solutions on MaxInterview for bem example html by the best coders in the world

showing results for - "bem example html"
Alessio
28 Apr 2019
1<form class="form form--theme-xmas form--simple">
2  <input class="form__input" type="text" />
3  <input
4    class="form__submit form__submit--disabled"
5    type="submit" />
6</form>