parent
68b21a1102
commit
da8bc41a03
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,35 @@ |
||||
body, html { |
||||
display: flex; |
||||
justify-content: center; |
||||
align-items: center; |
||||
flex-direction: column; |
||||
} |
||||
|
||||
#header{ |
||||
justify-content: center; |
||||
} |
||||
|
||||
#menu{ |
||||
border-style: double; |
||||
border-width: 20px; |
||||
display: flex; |
||||
flex-flow: row; |
||||
flex-wrap: wrap; |
||||
justify-content: center; |
||||
|
||||
} |
||||
|
||||
#menu div { |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
margin: 0 10px; /* Adjust margin as needed */ |
||||
} |
||||
|
||||
#menu h2 { |
||||
text-align: center; |
||||
} |
||||
|
||||
} |
||||
#menu h3 { |
||||
text-align: center; |
||||
} |
||||
|
Binary file not shown.
Loading…
Reference in new issue