Skip to content

Commit 7b975b4

Browse files
author
ElaMoscicka
authored
added spacing
1 parent b9d139a commit 7b975b4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

20 - Speech Detection/index-FINISHED.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,25 @@
4848
}
4949

5050
body {
51-
background:#ffc600;
51+
background: #ffc600;
5252
font-family: 'helvetica neue';
5353
font-weight: 200;
5454
font-size: 20px;
5555
}
5656

5757
.words {
58-
max-width:500px;
59-
margin:50px auto;
60-
background:white;
61-
border-radius:5px;
62-
box-shadow:10px 10px 0 rgba(0,0,0,0.1);
63-
padding:1rem 2rem 1rem 5rem;
58+
max-width: 500px;
59+
margin: 50px auto;
60+
background: white;
61+
border-radius: 5px;
62+
box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
63+
padding: 1rem 2rem 1rem 5rem;
6464
background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
6565
background-size: 100% 3rem;
6666
position: relative;
67-
line-height:3rem;
67+
line-height: 3rem;
6868
}
69+
6970
p {
7071
margin: 0 0 3rem;
7172
}

0 commit comments

Comments
 (0)