Commit 51bf052c authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html, public/assets/css/main.css

parent f4f8fcd3
Pipeline #11702 passed with stage
in 13 seconds
...@@ -1789,6 +1789,10 @@ section, ...@@ -1789,6 +1789,10 @@ section,
overflow: hidden; overflow: hidden;
width: 200px; /* Set your desired width */ width: 200px; /* Set your desired width */
height: 200px; /* Set your desired height */ height: 200px; /* Set your desired height */
margin: 0 auto; /* zentriert das Quadrat innerhalb des Parent-Elements */
display: flex;
align-items: center;
justify-content: center;
} }
/* /*
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment