Currently, I am in the process of developing a backend for a novice website while also revamping the front end. My knowledge of frontend development is limited, so I have opted to utilize Bootstrap 5. One of my tasks involves transferring the menu from the old site version to the new one, aiming for a similar appearance as shown here.
I attempted to recreate this design using Bootstrap but encountered an issue with positioning the logo precisely in the center of the menu, as illustrated here.
HTML:<!DOCTYPE html>
<html lang="ru">
<!-- Rest of the HTML content goes here -->
CSS:
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
/* Other CSS styling rules are listed here */
I am seeking advice on how I can centralize the logo within the menu and reduce the height of the menu without displacing the elements above it. Any guidance or suggestions would be greatly appreciated.