Skip to content

Commit 0fbaa78

Browse files
committed
fix extra code
1 parent ea40f65 commit 0fbaa78

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

20 - Speech Detection/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
line-height:3rem;
6767
}
6868
p {
69-
margin: 0 0 3rem 0;
69+
margin: 0 0 3rem;
7070
}
7171

7272
.words:before {

20 - Speech Detection/index-START.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
line-height:3rem;
4242
}
4343
p {
44-
margin: 0 0 3rem 0;
44+
margin: 0 0 3rem;
4545
}
4646

4747
.words:before {

23 - Speech Synthesis/style.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ body {
3939

4040
h1 {
4141
width:calc(100% + 4rem);
42-
margin: 0;
43-
margin-left: -2rem;
44-
margin-top: -2rem;
45-
margin-bottom: 2rem;
42+
margin: -2rem 0 2rem -2rem;
4643
padding:.5rem;
4744
background: #ffc600;
4845
border-bottom: 5px solid #F3C010;

26 - Stripe Follow Along Nav/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2>Cool</h2>
144144
border-radius: 4px;
145145
box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
146146
transition:all 0.3s, opacity 0.1s, translate 0.2s;
147-
transform-origin: 50% 0%;
147+
transform-origin: 50% 0;
148148
display: flex;
149149
justify-content: center;
150150
opacity:0;

26 - Stripe Follow Along Nav/index-START.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2>Cool</h2>
144144
border-radius: 4px;
145145
box-shadow: 0 50px 100px rgba(50,50,93,.1), 0 15px 35px rgba(50,50,93,.15), 0 5px 15px rgba(0,0,0,.1);
146146
transition:all 0.3s, opacity 0.1s, translate 0.2s;
147-
transform-origin: 50% 0%;
147+
transform-origin: 50% 0;
148148
display: flex;
149149
justify-content: center;
150150
opacity:0;

0 commit comments

Comments
 (0)