1 changed files with
18 additions and
3 deletions
|
|
@ -1,24 +1,39 @@
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
margin-left: 5%;
|
|
|
|
|
|
|
|
margin-right: 5%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
text-align: center;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
font-family: monospace;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
margin-left: 10%;
|
|
|
|
|
|
|
|
margin-right: 10%;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
color: magenta;
|
|
|
|
color: magenta;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.images {
|
|
|
|
audio {
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
height: 54px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
padding-left: 5%;
|
|
|
|
padding-left: 5%;
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|