Skip to content

Commit 47cb58a

Browse files
committed
beep
1 parent d3d1ce5 commit 47cb58a

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Strategy</h2>
4848

4949
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
5050

51-
<a href="#">Learn More</a>
51+
<span><a href="#">Learn More</a></span>
5252
</div>
5353

5454
<div>
@@ -58,7 +58,7 @@ <h2>How We Work</h2>
5858

5959
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
6060

61-
<a href="#"> Learn More</a>
61+
<span><a href="#"> Learn More</a></span>
6262
</div>
6363

6464

@@ -69,7 +69,7 @@ <h2>Places We Work</h2>
6969

7070
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
7171

72-
<a href="#"> Learn More</a>
72+
<span><a href="#"> Learn More</a></span>
7373
</div>
7474
<div>
7575
<img src="img/about-meeting.png" alt="strategy">
@@ -78,7 +78,7 @@ <h2>Collaboration</h2>
7878

7979
<p>Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.</p>
8080

81-
<a href="#"> Learn More</a>
81+
<span><a href="#"> Learn More</a></span>
8282
</div>
8383
</section>
8484
</section>

css/index.css

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ footer, header, hgroup, menu, nav, section {
3030
}
3131
body {
3232
line-height:1;
33-
min-height;
3433
}
3534
ol, ul {
3635
list-style: none;
@@ -203,6 +202,10 @@ p {
203202
display: flex;
204203
align-items: center;
205204
justify-content: center;
205+
/* animation-name: bradius-box;
206+
animation-duration: 1s;
207+
animation-timing-function: ease-in-out;
208+
animation-fill-mode: forwards; */
206209
transition-property: background, border-radius;
207210
transition-duration: 1s;
208211

@@ -241,16 +244,12 @@ p {
241244

242245

243246
.middle-content .boxes .box:hover {
244-
/* animation-name: bradius-box;
245-
animation-duration: 1s;
246-
animation-timing-function: ease-in-out;
247-
animation-fill-mode: forwards; */
248247
background: red;
249248
border-radius: 50%;
250249
}
251250

252-
/*
253-
@keyframes bradius-box {
251+
252+
/* @keyframes bradius-box {
254253
255254
100% {border-radius: 100%}
256255
@@ -383,8 +382,6 @@ margin-bottom: 25px;
383382

384383
}
385384

386-
387-
388385
/* Bottom Cotent */
389386

390387
.about-bottom-content {

0 commit comments

Comments
 (0)