Skip to content

Commit

Permalink
Merge pull request #2 from fdagner/portfolio
Browse files Browse the repository at this point in the history
Belege: Rechnung
  • Loading branch information
fdagner authored Jan 22, 2024
2 parents cbe8c09 + d66da16 commit d8db30e
Show file tree
Hide file tree
Showing 6 changed files with 561 additions and 842 deletions.
339 changes: 188 additions & 151 deletions belege.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bwl.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<h1>Betriebswirtschaftslehre</h1>

<nav class="tab">
<button class="tablinks" onclick="openCity(event, 'produktlebenszyklus')">Produktlebenszyklus</button>
<button class="tablinks" id="defaultOpen" onclick="openCity(event, 'portfolio')">Portfolio-Analyse</button>
<button class="tablinks" id="defaultOpen" onclick="openCity(event, 'produktlebenszyklus')">Produktlebenszyklus</button>
<button class="tablinks" onclick="openCity(event, 'portfolio')">Portfolio-Analyse</button>
</nav>

<section id="produktlebenszyklus" class="tabcontent">
Expand Down
5 changes: 3 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ grid-template-columns: 1fr 2fr;
}

.grid3 {
display: grid;
width: 100%;
gap: 12px;
grid-template-columns: 1fr 1fr 1fr;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
Loading

0 comments on commit d8db30e

Please sign in to comment.