p-foundation / pink-app

The repository is created for learning adaptive web design and team collaboration through git and GitHub
https://p-foundation.github.io/pink-app/
0 stars 0 forks source link

feat: add section intro UI component #19

Closed rasokolovska closed 7 months ago

rasokolovska commented 8 months ago

Description

The section intro element is used on the form and catalog pages.

The section__intro element is a part of the BEM block section and is designed to provide introductory text within various sections of the application.

The use of the base class section__intro is mandatory for all instances of this element, and it must be accompanied by one of the following modifiers:

The base class section__intro defines the typography styling of the text element, such as font-size, line-height, and more. The modifiers then refine the placement of the text within different sections of the application.

Example of Usage

<section class="section">
  <p class="section__intro section__intro_place_gallery">
    Взгляните на фотографии, которые выкладывают пользователи! Видите, как не хватает ваших?
  </p>
</section>

Checklist