Skip to content

Commit

Permalink
remove a tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NKoshmak committed Nov 28, 2024
1 parent 915f7f1 commit 51d5446
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
38 changes: 18 additions & 20 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,12 @@ <h1 class="what-we-do__title">Our expertise</h1>

<div class="what-we-do__cards">
<div class="card">
<a href="#">
<img
class="card__img"
src="./images//what-we-do/first.png"
alt="branding"
>
</a>
<img
class="card__img"
src="./images//what-we-do/first.png"
alt="branding"
>

<div class="card__text-block">
<h2 class="card__title">Branding</h2>
<p class="card__info">
Expand All @@ -152,26 +151,25 @@ <h2 class="card__title">Branding</h2>
</div>

<div class="card">
<a href="#">
<img
class="card__img"
src="./images//what-we-do/second.png"
alt="communication"
>
</a>
<img
class="card__img"
src="./images//what-we-do/second.png"
alt="communication"
>

<h2 class="card__title">Communication</h2>
<p class="card__info">
We strive to create communications that can increase media performance. We use everything — words, meanings, stories, art, movies.
</p>
</div>

<div class="card">
<a href="#">
<img
class="card__img"
src="./images//what-we-do/third.png"
alt="strategy">
</a>
<img
class="card__img"
src="./images//what-we-do/third.png"
alt="strategy"
>

<h2 class="card__title">Strategy</h2>
<p class="card__info">
We create business growth strategies, from the moment of its birth to the achievement of the necessary business indicators.
Expand Down
3 changes: 1 addition & 2 deletions src/styles/blocks/what-we-do.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
&__cards {
@include page-grid;

justify-items: center;
align-items: center;
place-items: center;
}
}

Expand Down

0 comments on commit 51d5446

Please sign in to comment.