ha308ing / t_four-horses-club

https://ha308ing.github.io/t_four-horses-club/
0 stars 0 forks source link

Four Horses Club (layout task)

Figma

Delpoy

To check layout use extension like PerfectPixel and design file screenshots:

Task from hexlet assignments

Notes

postcss variables

css properties to be resolved with postcss-custom-properties should be in root .css file,

the variables from separate files are not resolved

Deploy

to display image for nested deploy path like (github pages),

vite config should have base: ./

and public asset links should be relevant:

things that are resolved at runtime should be relative (like images),

and those that arent' should be absolute (like imports in css)