How can I start with designing a website using html and css from a PSD file ?
What is the best way to design a website from a PSD file ?
Collapse
X
-
-
Start by cutting out the images you will need from the PSD. For gradients and repeating backgrounds it is usually best to cut the smallest possible image and then repeat it using css.
Using the text tool you can get almost all the values you will need to style your text, such as color, font size, font family, font weight and line height.
Comment