лаб 4
This commit is contained in:
parent
63b5b84495
commit
19db8048ea
@ -1,14 +1,13 @@
|
||||
import { Link } from 'react-router-dom';
|
||||
import CreatedTest from '../components/createdTest/CreatedTest.jsx';
|
||||
|
||||
const Profile = () => {
|
||||
return (
|
||||
<>
|
||||
<div className="row" style={{ height: '100%' }}>
|
||||
<div className="h-100" style={{ width: 'auto' }}>
|
||||
<div className="row" style="height: 100%;">
|
||||
<div className="h-100" style="width: auto;">
|
||||
<h1>Порофиль</h1>
|
||||
</div>
|
||||
<div className="h-100 p-0" style={{ backgroundColor: 'black', width: '5px' }} ></div>
|
||||
<div className="h-100 p-0" style="background-color: black; width: 5px"></div>
|
||||
<div className="col">
|
||||
<h3>Созданные тесты</h3>
|
||||
<div className="row justify-content-center align-items-center g-2 mt-1 mb-1">
|
||||
@ -16,7 +15,7 @@ const Profile = () => {
|
||||
<h3 className="col">описание</h3>
|
||||
</div>
|
||||
<div id = "items-table">
|
||||
<CreatedTest></CreatedTest>
|
||||
|
||||
</div>
|
||||
<Link to="/CreateTest" className="btn btn-primary startButton" >Создать тест</Link>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user