Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhst committed Apr 14, 2024
1 parent 6450b30 commit f59544d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
19 changes: 8 additions & 11 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}

#canvas-container {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
#canvas-container canvas {
border: 1px solid transparent;
}

#canvas-container canvas {
display: inline-block;
margin: 0;
padding: 0;
#canvas-container #multibrot:hover {
border: 1px solid red;
}

.form-control-color {
width: 35px!important;
}
2 changes: 2 additions & 0 deletions assets/js/gif.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f59544d

Please sign in to comment.