Answer the question
In order to leave comments, you need to log in
Is this discrepancy with the layout normal?
Is this discrepancy with the layout normal if there was no task to make pixelperfect?
I also have a question about the menu. I tried using border-bottom: dashed; But then it turns out that the border is adjacent to the text + the number of stripes is not two, but depending on the length of the text. How to make such an underscore?
Answer the question
In order to leave comments, you need to log in
Yes, it's okay, even good. If the customer is a normal person (which is still the majority), then it's good. Regarding the menu, you need to do it through ::after, ::before
.menu li a::before,
.menu li a::after{
content: "";
position: absolute;
bottom: 0;
width: 49%;
height: 2px;
}
Fine.
Taking into account the fact that the browser and photoshop / sketch / figure render the image differently.
The main thing is that all the absences, line-hats, etc. matched the layout.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question