Skip to content

Commit

Permalink
Nabla: add gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-pH committed Jun 4, 2023
1 parent 6343633 commit 3e4056b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Binary file added img/nabla.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions nabla/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@
</div>
</div>
</div>

<div class="segment">
<div class="label">Demonstration</div>
<div class="gif-container">
<img src="../img/nabla.gif" width="100%">
</div>
</div>


<div class="segment">
<div class="label">What is Nabla TypeMath?</div>
<div class="desc">
Expand Down
11 changes: 11 additions & 0 deletions nabla/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ code {
max-width: 700px;
}

.gif-container{
margin-left : auto;
margin-right : auto;
width: 90%;
max-width: 700px;
}

.gif-container > img {
border-radius: 50px;
}

#logo {
max-width: 200px;
margin-right:16px;
Expand Down

0 comments on commit 3e4056b

Please sign in to comment.