Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan authored Oct 19, 2018
1 parent 216c822 commit 9fa3cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<style>
@font-face {font-family: Roboto; src: url(res/3966.ttf)}
@font-face {font-family: Oswald; src: url(res/Oswald-Regular.ttf)}
@font-face {font-family: Crimson; src: url(res/Crimson-Roman.otf)}

a {text-decoration: none; text-shadow: -1px -1px 2px black; font-style: italic; font-weight: bold; font-size: 15px;}
a:hover {text-shadow: 0px 0px 2px orange, 0 0 1em red; transition: .5s}
textarea:focus{outline: none;}

.bar {left: 5px; right: 5px; font-family: Roboto; font-size: 14px;}
.area {margin: 5px; width: 50%; display:flex; flex-flow: column; overflow: auto}
.lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray}
.lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray; font-family: Crimson; font-size: 15px}
.tip {text-align: center; width: 25%; min-height: auto;}
</style>
</head>
Expand Down
Binary file added res/Crimson-Roman.otf
Binary file not shown.

0 comments on commit 9fa3cd8

Please sign in to comment.