Start work with chatgpt
This commit is contained in:
parent
3299511525
commit
d809a4c247
|
|
@ -11,11 +11,17 @@
|
||||||
padding: 20px; /* Odstęp wewnętrzny */
|
padding: 20px; /* Odstęp wewnętrzny */
|
||||||
background-color: #f8f9fa; /* Tło formularza */
|
background-color: #f8f9fa; /* Tło formularza */
|
||||||
}
|
}
|
||||||
|
.photo img {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
</style>\
|
</style>\
|
||||||
<div class="container frame">
|
<div class="container frame">
|
||||||
|
|
||||||
<div class="card" style="width: 18rem;">
|
<div class="card" style="width: 18rem;">
|
||||||
<img src="ARTI-1.jpg" class="card-img-top" alt="Ja">
|
<img src="ARTI-1.jpg" class="card-img-to" alt="Ja">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Wrocław</h5>
|
<h5 class="card-title">Wrocław</h5>
|
||||||
<div class="col-auto">
|
<div class="col-auto">
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,9 @@
|
||||||
| <a class="navbar-brand" href="/chat-gpt">ChatGPT</a>
|
| <a class="navbar-brand" href="/chat-gpt">ChatGPT</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<router-outlet />
|
<router-outlet />
|
||||||
`
|
`
|
||||||
|
|
@ -1,4 +1,21 @@
|
||||||
<div class="container align-center mt-5">
|
<style>
|
||||||
<h1><p>Witam!</p><p> Prace z toku.</p> </h1>
|
.frame {
|
||||||
|
border: 2px solid gray; /* Kolor ramki */
|
||||||
|
border-radius: 8px; /* Zaokrąglenie krawędzi */
|
||||||
|
padding: 20px; /* Odstęp wewnętrzny */
|
||||||
|
background-color: #f8f9fa; /* Tło formularza */
|
||||||
|
}
|
||||||
|
.frame2 {
|
||||||
|
border: 2px solid rgb(225, 228, 86); /* Kolor ramki */
|
||||||
|
border-radius: 8px; /* Zaokrąglenie krawędzi */
|
||||||
|
padding: 20px; /* Odstęp wewnętrzny */
|
||||||
|
background-color: #f8f9fa; /* Tło formularza */
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="container mt-5 ">
|
||||||
|
<h2><p> Prace z toku...</p> </h2>
|
||||||
|
<div class="row frame2">
|
||||||
|
<input type="text" placeholder="Wyślij zapytanie do ChatGPT" >
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
/* You can add global styles to this file, and also import other style files */
|
/* You can add global styles to this file, and also import other style files */
|
||||||
|
main {
|
||||||
|
width:21cm;
|
||||||
|
height: 29.7cm;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue