update layout
This commit is contained in:
parent
388fcd43ee
commit
5bb646fa54
13
index.html
13
index.html
|
@ -19,25 +19,12 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<<<<<<< HEAD
|
|
||||||
<body class="dark-background">
|
|
||||||
|
|
||||||
<h1 class="lead" style="font-size: 48px;"><em>Ocena Zachowania</em></h1>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<button onclick="showTab('criteria')">Ocena z zachowania</button>
|
|
||||||
<button onclick="showTab('stats')">Statystyka</button>
|
|
||||||
<button onclick="showTab('points')">Ustal punkty</button>
|
|
||||||
=======
|
|
||||||
<body>
|
<body>
|
||||||
<header class="header-box">
|
<header class="header-box">
|
||||||
<div class="up-button">
|
<div class="up-button">
|
||||||
<button class="active" onclick="showTab('criteria')">Ocena z zachowania</button>
|
<button class="active" onclick="showTab('criteria')">Ocena z zachowania</button>
|
||||||
<button class="active" onclick="showTab('stats')">Statystyka</button>
|
<button class="active" onclick="showTab('stats')">Statystyka</button>
|
||||||
<button class="active" onclick="showTab('points')">Ustal punkty</button>
|
<button class="active" onclick="showTab('points')">Ustal punkty</button>
|
||||||
>>>>>>> g/tom
|
|
||||||
</div>
|
</div>
|
||||||
<h1 id="header-title" class="header-title">Ocena Zachowania</h1>
|
<h1 id="header-title" class="header-title">Ocena Zachowania</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue