Latest solutions
Latest comments
- @Suraj1333@RITESH29-web
@Suraj1333 Always happy to help...😁
- @Suraj1333@RITESH29-web
Hi Suraj, The preview is good. There are some minor problems that you can look at.
-
You can use flexbox property in main section for your .box class. And with it you can use flex-wrap property which will help to align the tabs.
-
You can also use transform: translateY(); property to align two tabs to sides.
If you have problem in understanding what I said or have more doubts you can check my solution.
-
- @sneha-debug@RITESH29-web
Hi Sneha, Preview looks good. There are some minor points that you have left.....
-
In @margin you need to increase the max-width. As if now the transition feels smooth but the tabs resizing is too much.
-
In the <h2> sections of you add font-weight of 400.
-
In the *{} you can add box-sizing: border box.
If you have difficulty in understanding what I said, you can have a look at my solution for this project.
-
- @Danielstrtr@RITESH29-web
Hi Daniel, I would suggest you add @media query with min-width or max-width values, it will give smooth transition for screen resizing.(I am also new to this and I am doing the same to update my project).