Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mudzereli committed Oct 20, 2024
1 parent 8e81382 commit 330bb24
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,27 @@
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<style>
html, body {
height: 100%;
margin: 0;
}
.full-height {
height: 100vh; /* Full viewport height */
width: 100vw; /* Full viewport width */
border: none; /* Remove iframe border */
}
.container-fluid {
height: 100%; /* Ensure container takes full height */
}
</style>
</head>
<body>
<main>
<div class="container-fluid text-center">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<iframe title="hearthstone-py" width="1024" height="804" src="https://app.powerbi.com/view?r=eyJrIjoiMDFhZWNjODItYmUzNi00M2I5LWI0NDItOGMyNTA4NDk1ZmRjIiwidCI6Ijc2YzkwOWViLTMyNmUtNDU5My1iMGMwLWRmNDFiNDY2YzM0MSIsImMiOjF9" frameborder="0" allowfullscreen="true"></iframe>
<iframe class="full-height" title="hearthstone-py" src="https://app.powerbi.com/view?r=eyJrIjoiMDFhZWNjODItYmUzNi00M2I5LWI0NDItOGMyNTA4NDk1ZmRjIiwidCI6Ijc2YzkwOWViLTMyNmUtNDU5My1iMGMwLWRmNDFiNDY2YzM0MSIsImMiOjF9" allowfullscreen="true"></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 330bb24

Please sign in to comment.