Skip to content

Commit

Permalink
Some check-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
SWizzard779 committed Nov 21, 2023
1 parent c071998 commit 40541fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
14 changes: 4 additions & 10 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ main {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
max-width: 1440px;
}

.title {
Expand Down Expand Up @@ -245,19 +246,12 @@ main {
align-items: center;
justify-content: center;

/*height: 112px;
background-color: #F4F4FD;
border-radius: 4px;
margin-bottom: 8px;*/
}

.icon {
width: 264px;
height: 112px;
border-radius: 4px;
border: 1px solid #8E8F99;
width: 264px;
background-color: #F4F4FD;
fill: #2E2F42;
border-radius: 4px;
border: 1px solid #8E8F99;
padding: 24px 100px;
margin-bottom: 8px;
}
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ <h2 class="visually-hidden">Features</h2>
<ul class="list-features">
<li class="list-features-item">
<div class="svg-container">
<svg class="icon" width="64" height="64">
<use href="images/icons.svg#icon-antenna"></use>
<svg width="64" height="64">
<use href="./images/icons.svg#icon-antenna"></use>
</svg>
</div>
<h3 class="strategy">Strategy</h3>
<p class="paragraph">Our goal is to identify the business problem to walk away with the perfect and creative solution. </p>
</li>
<li class="list-features-item">
<div class="svg-container">
<svg class="icon" width="64" height="64">
<svg width="64" height="64">
<use href="./images/icons.svg#icon-clock"></use>
</svg>
</div>
Expand All @@ -70,7 +70,7 @@ <h3 class="strategy">Punctuality</h3>
</li>
<li class="list-features-item">
<div class="svg-container">
<svg class="icon" width="64" height="64">
<svg width="64" height="64">
<use href="./images/icons.svg#icon-diagram"></use>
</svg>
</div>
Expand All @@ -79,7 +79,7 @@ <h3 class="strategy">Diligence</h3>
</li>
<li class="list-features-item">
<div class="svg-container">
<svg class="icon" width="64" height="64">
<svg width="64" height="64">
<use href="./images/icons.svg#icon-astronaut"></use>
</svg>
</div>
Expand Down

0 comments on commit 40541fa

Please sign in to comment.