You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
734 B
CSS
55 lines
734 B
CSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
pre {
|
|
color: #418;
|
|
}
|
|
|
|
h1 {
|
|
color: #418;;
|
|
text-align: left;
|
|
}
|
|
|
|
h2 {
|
|
color: #418;
|
|
text-align: left;
|
|
}
|
|
|
|
h5 {
|
|
text-align: center;
|
|
color: #418;
|
|
font-size: 12px;
|
|
}
|
|
|
|
p {
|
|
font-family: monospace;
|
|
font-size: 16px;
|
|
color: black;
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
display: flex;
|
|
}
|
|
|
|
a {
|
|
color: #418;
|
|
}
|
|
|
|
audio {
|
|
position: relative;
|
|
width: 300px;
|
|
height: 54px;
|
|
display: inline-flex;
|
|
padding: 0.3rem;
|
|
}
|
|
|
|
img {
|
|
position: relative;
|
|
width: 400px;
|
|
padding: 0.5rem;
|
|
padding-left: 10%;
|
|
filter: hue-rotate(215deg);
|
|
} |