mirror of
https://github.com/Nezumi-2711/html-css-practice-one.git
synced 2026-09-22 05:31:49 +00:00
Edit tag element
This commit is contained in:
+6
-6
@@ -66,8 +66,8 @@
|
||||
<section class="sponsor">
|
||||
<div class="sponsor__container align-center">
|
||||
<div class="sponsor__content align-center">
|
||||
<span class="sponsor__title text--bold text--title">Partners</span>
|
||||
<h2 class="sponsor__heading text--secondary text--lg">Lorem Ipsum Dolor</h2>
|
||||
<h2 class="sponsor__title text--bold text--title">Partners</h2>
|
||||
<h3 class="sponsor__heading text--secondary text--lg">Lorem Ipsum Dolor</h3>
|
||||
<p class="sponsor__description text">Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
<!-- Conversation content -->
|
||||
<div class="conversation__content d-flex flex-column">
|
||||
<h2 class="conversation__heading text--secondary text--lg">Lorem ipsum dolor sit amet consectetur</h2>
|
||||
<h3 class="conversation__heading text--secondary text--lg">Lorem ipsum dolor sit amet consectetur</h3>
|
||||
<p class="conversation__description text text--secondary-color text--sm">
|
||||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Suscipit nemo hic quos, ab, dolor aperiam
|
||||
nobis cum est eos error ipsum, voluptate culpa nesciunt delectus iste?
|
||||
@@ -120,7 +120,7 @@
|
||||
<div class="security__container divide-content-center">
|
||||
<!-- Security content -->
|
||||
<div class="security__content d-flex flex-column">
|
||||
<h2 class="security__heading text--secondary text--lg">Lorem ipsum dolor sit amet consectetur</h2>
|
||||
<h3 class="security__heading text--secondary text--lg">Lorem ipsum dolor sit amet consectetur</h3>
|
||||
<p class="security__description text text--secondary-color text--sm">
|
||||
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Suscipit nemo hic quos, ab, dolor aperiam
|
||||
nobis cum est eos error ipsum, voluptate culpa nesciunt delectus iste?
|
||||
@@ -141,8 +141,8 @@
|
||||
<div class="team__container align-center">
|
||||
<!-- Team content -->
|
||||
<div class="team__content align-center">
|
||||
<span class="team__title text--bold text--title">Team</span>
|
||||
<h2 class="team__heading text--secondary text--lg">Our talents</h2>
|
||||
<h2 class="team__title text--bold text--title">Team</h2>
|
||||
<h3 class="team__heading text--secondary text--lg">Our talents</h3>
|
||||
<p class="team__description text">Lorem ipsum, dolor sit amet consectetur Suscipit nemo hic quos, ab,</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user