diff --git a/index.html b/index.html index e80e700..614141a 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,7 @@
Stworzone przez Kacpra Maja na zajęcia Pracowni Programowania
- Numer indeksu: 457990 + Numer indeksu: s457990
diff --git a/room-style.css b/room-style.css new file mode 100644 index 0000000..f7d01fb --- /dev/null +++ b/room-style.css @@ -0,0 +1,13 @@ +.logo { + /* logo-bez-tla 1 */ + display: block; + margin-left: auto; + margin-right: auto; + /* margin-top:-12rem; */ + transform: scale(0.8); + filter: drop-shadow(-11px 11px 7px rgba(0, 0, 0, 0.63)); + } + +.light-dark{ + background-color: rgb(56, 56, 56); +} \ No newline at end of file diff --git a/room.html b/room.html new file mode 100644 index 0000000..a858874 --- /dev/null +++ b/room.html @@ -0,0 +1,133 @@ + + + + + + Document + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + +
+ + + + +
+ dsadsa +
+
+ + + + + + \ No newline at end of file