From 580ab9ff9c6e667d53038da3cc9b0b296770f8f3 Mon Sep 17 00:00:00 2001 From: oliik2013 <131269027+oliik2013@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:48:23 +0000 Subject: [PATCH] sigma Co-authored-by: franekba64@gmail.com --- index.html | 3 ++- index.js | 3 +++ sigmy.html | 19 +++++++++++++++++++ style.css | 6 +++++- 4 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 sigmy.html diff --git a/index.html b/index.html index f5b050e..9d53174 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,9 @@
-

Strona największych sigmasów (:

+

Strona największych sigmasów (:

+ Sigma Male
diff --git a/index.js b/index.js index 0b3d3e5..e74d880 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,6 @@ function film1() { window.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'; +} +function sigmy() { + window.location.href = 'sigmy.pl'; } \ No newline at end of file diff --git a/sigmy.html b/sigmy.html new file mode 100644 index 0000000..6e87d11 --- /dev/null +++ b/sigmy.html @@ -0,0 +1,19 @@ + + + + + + + Lista Sigm + + + + +
+

Sigmy:

+

Franek

+

Szymon

+
+ + + \ No newline at end of file diff --git a/style.css b/style.css index e46e856..1059014 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,7 @@ body { h1, h2, h3, h4, h5, h6 { color: #FFFFFF; /* White headings */ margin: 0.5em 0; + } p { @@ -63,10 +64,13 @@ header, footer { } .card { - background-color: #1C1C1C; /* Card background */ + background-color: #ffffff; /* Card background */ color: #E0E0E0; /* Card text color */ padding: 20px; margin: 10px 0; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } +.img { + padding: 50px +} \ No newline at end of file