-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|