1 changed files with
7 additions and
0 deletions
|
|
|
@ -14,6 +14,12 @@ body {
|
|
|
|
|
color: black;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #418;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-family: monospace;
|
|
|
|
@ -29,6 +35,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
audio {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 54px;
|
|
|
|
|
}
|
|
|
|
|