peer-group-grading/frontend/src/views/StudentView.vue
Schnitzel 22ba66bcf5 FE: add component MenuBar & ClassBar
add view Student View
Restrukture
2025-04-04 18:58:44 +02:00

15 lines
224 B
Vue

<template>
<div class="Student">
<h1>This is an Student page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>