Assignment on my birthday

This commit is contained in:
2022-12-06 17:26:38 +01:00
parent 8d25208c83
commit 7a3dd6bcde
4 changed files with 42 additions and 7 deletions

View File

@@ -6,6 +6,10 @@ body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
textarea {
display: block;
}
#answer {
color: purple
}