1 changed files with
4 additions and
5 deletions
|
|
|
@ -17,7 +17,7 @@ body {
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: black;
|
|
|
|
|
margin-left: 10%;
|
|
|
|
|
margin-right: 10%;
|
|
|
|
@ -25,7 +25,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: magenta;
|
|
|
|
|
--color1: #418;;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
audio {
|
|
|
|
@ -34,8 +34,7 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
position: absolute;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 5%;
|
|
|
|
|
width: 50%;
|
|
|
|
|
height: 50%;
|
|
|
|
|
width: 400px;
|
|
|
|
|
}
|