Skip to content

Commit b9d139a

Browse files
author
ElaMoscicka
authored
added spacing
1 parent fa00974 commit b9d139a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

20 - Speech Detection/index-START.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,25 @@
2222
}
2323

2424
body {
25-
background:#ffc600;
25+
background: #ffc600;
2626
font-family: 'helvetica neue';
2727
font-weight: 200;
2828
font-size: 20px;
2929
}
3030

3131
.words {
32-
max-width:500px;
33-
margin:50px auto;
34-
background:white;
35-
border-radius:5px;
36-
box-shadow:10px 10px 0 rgba(0,0,0,0.1);
37-
padding:1rem 2rem 1rem 5rem;
32+
max-width: 500px;
33+
margin: 50px auto;
34+
background: white;
35+
border-radius: 5px;
36+
box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
37+
padding: 1rem 2rem 1rem 5rem;
3838
background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
3939
background-size: 100% 3rem;
4040
position: relative;
41-
line-height:3rem;
41+
line-height: 3rem;
4242
}
43+
4344
p {
4445
margin: 0 0 3rem;
4546
}

0 commit comments

Comments
 (0)