diff --git a/src/app/about-me/about-me.component.html b/src/app/about-me/about-me.component.html index efc31d7..22f54bb 100644 --- a/src/app/about-me/about-me.component.html +++ b/src/app/about-me/about-me.component.html @@ -11,11 +11,17 @@ padding: 20px; /* Odstęp wewnętrzny */ background-color: #f8f9fa; /* Tło formularza */ } + .photo img { + width: 100%; + border-radius: 50%; + } +} + \
- Ja + Ja
Wrocław
diff --git a/src/app/app.component.html b/src/app/app.component.html index 09ef841..7ae6905 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -5,5 +5,9 @@ | ChatGPT +
+
+ + ` \ No newline at end of file diff --git a/src/app/chat-gpt/chat-gpt.component.html b/src/app/chat-gpt/chat-gpt.component.html index 62272f6..447fe32 100644 --- a/src/app/chat-gpt/chat-gpt.component.html +++ b/src/app/chat-gpt/chat-gpt.component.html @@ -1,4 +1,21 @@ -
-

Witam!

Prace z toku.

+ +
+

Prace z toku...

+
+ +
diff --git a/src/styles.css b/src/styles.css index 90d4ee0..2989bfe 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1 +1,5 @@ /* You can add global styles to this file, and also import other style files */ +main { + width:21cm; + height: 29.7cm; +}