Skip to content

Commit

Permalink
middle aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
elizaan committed Jul 10, 2024
1 parent aee5405 commit f4e53b8
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions public/Upset-Alttext-User-Survey/assets/training1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

This is one of the visualization contents that we call "Visualization Only". In the sidebar, you can see some of the demo questionnaires for this type of contents.

<!DOCTYPE html>
<html>
<head>
<style>
.image-container {
display: flex;
justify-content: center;
}
</style>
</head>
<body>

<h1 style="text-align: center;">Dataset: Movie Genres</h1>

<img src="./assets/T.png" alt="Movie Genres" width="460"/>
<!-- "path": "Upset-Alttext-User-Survey/assets/T.png",
"style": {
"width": "460px",
"height": "745px"
}, -->
<div class="image-container">
<img src="./assets/T.png" alt="Movie Genres" width="460" height="745"/>
</div>

</body>
</html>

0 comments on commit f4e53b8

Please sign in to comment.