diff --git a/src/workshop1.css b/src/workshop1.css index 9f2c1a6..2fab22a 100644 --- a/src/workshop1.css +++ b/src/workshop1.css @@ -18,6 +18,14 @@ body { display: flex; align-items: center; } + .title-box { + padding: 20px; + display: flex; /* Use flexbox for centering */ + justify-content: center; /* Center horizontally */ + align-items: center; /* Center vertically */ + border-radius: 5px; + margin-top: 100px; + } .logo{ width: 10vw;