How can I make the time bar the same height as the date clock?
hello good morning could someone help me repair my source code with source code please. I send you my code, together with an image for what I want.
5 Replies
remove the margin-top:65px; that you added pretty much all over this date time thing.
Then remove align-items:center;
the default is align-items:stretch; so both items will stretch to the same height. If you do align-items:center; you prevent the items from taking the same height.
Also, for your navbar you should use position:sticky; not position:fixed; but this is unrelated to this problem
Hi tok124, I've already made the changes you requested. However, other problems have arisen. It's just that when I reduce the browser's viewing window to the maximum, the time bar disappears as you can see in the images as I reduce the browser's viewing window, i.e. it doesn't go down. I want the website to be responsive. In this sense, I thank you for your help and I thank you once again for your support with source code to build my portfolio website. I send you my source code once again, so that you can help me with the source code.
Hi tok124, I've already made the changes you requested. However, other problems have arisen. It's just that when I reduce the browser's viewing window to the maximum, the time bar disappears as you can see in the images as I reduce the browser's viewing window, i.e. it doesn't go down. I want the website to be responsive. In this sense, I thank you for your help and I thank you once again for your support with source code to build my portfolio website. I send you my source code once again, so that you can help me with the source code.