diff options
author | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
---|---|---|
committer | kaa <kaa@laptosh.my.domain> | 2023-06-23 11:19:51 -0700 |
commit | 8828e75a9ee7a5408ad00ad17e9878a2740cc866 (patch) | |
tree | bd60b53fb9896316ebc9928a30e0b0806b1c64ae /header/composed.txt | |
download | neocities-8828e75a9ee7a5408ad00ad17e9878a2740cc866.tar.gz |
"Initial."
Diffstat (limited to 'header/composed.txt')
-rwxr-xr-x | header/composed.txt | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/header/composed.txt b/header/composed.txt new file mode 100755 index 0000000..101dc9d --- /dev/null +++ b/header/composed.txt @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>composed</title> + + <style> + * { + line-height: 1.5em; + } + h1 { + font-size: 4em; + } + h1, h2 { + font-family: Georgia, serif; + font-style: italic; + font-weight: normal; + } + img { + width: 40%; + margin-bottom: 2em; + margin-top: 1em; + float: left; + margin-top: 1em; + margin-left: 2.5%; + image-rendering: pixelated; + } + div { + width: 70%; + margin-bottom: 1em; + overflow: hidden; + } + audio { + width: 95%; + margin-top: 1em; + margin-bottom: 1em; + } + audio::-webkit-media-controls-panel { + background-color: #ffffec; + } + p { + font-family: Luxi Sans, serif; + float: right; + text-align: left; + width: 40%; + } + ::-webkit-scrollbar { + width: 0.25em; + } + ::-webkit-scrollbar-track { + background: #fffffec; + } + ::-webkit-scrollbar-thumb { + background: #000000; + } + body { + background-color: #ffffec; + } + </style> + </head> + + <body> + <center> + <h1>composed</h1> |