Skip to content

Commit

Permalink
Update workshop1.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Shishir1729 authored Oct 3, 2023
1 parent c953aa5 commit 52de7df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/workshop1.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 52de7df

Please sign in to comment.