Y
Y
YellowFellow2019-02-20 19:34:25
css
YellowFellow, 2019-02-20 19:34:25

Is this discrepancy with the layout normal?

Is this discrepancy with the layout normal if there was no task to make pixelperfect?
5c6d809ee38a0683935031.png5c6d80aad4756669410398.png
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

4 answer(s)
A
Alexey10, 2019-02-20
@YellowFellow

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;
}

M
McBernar, 2019-02-20
@McBernar

It's okay, no one will notice.

A
Alexander Florenko, 2019-02-20
@SkipTyler

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.

D
dom1n1k, 2019-02-20
@dom1n1k

Acceptable, but not top class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question