@tony1610Submitted over 3 years ago
All comments are welcome!
All comments are welcome!
Hi!
callout--container
or callout--top-header
because if block has element it should be separate by double underscore like callout__container
.Appreciate feedback!!!
Nice job! My opinion: apply uppercase css to your titles. You should add:
html <h1 class="section__title"> bla bla bla </h1>
css:
.section__title { text-transform: uppercase; }