This commit is contained in:
boris
2025-02-06 12:28:24 +00:00
parent 2238305d65
commit f30a8fe711
133 changed files with 1262 additions and 8255 deletions

7
js_workshop6/styles.css Normal file
View File

@@ -0,0 +1,7 @@
.container {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 20% !important;
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}