S
S
swcalc2015-11-05 19:25:01
css
swcalc, 2015-11-05 19:25:01

How to typeset with high quality and quickly?

Guys, I know html and css, I can do cool stuff, but how to write fast?
That is, I can stare at the screen for hours and do some small crap, spend a day on nonsense when I need to quickly lay out a page layout.
As you speed up, become more diligent and don't spend hours thinking about things like margin-top: 1px; or margin-top: 2px;
How to be determined faster in choosing the position of elements and their necessity?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Denis Bukreev, 2015-11-05
@swcalc

in firebug, first we experiment, then we already add the code to the file

Y
Yaroslav Lyzlov, 2015-11-05
@dixoNich

Experience.

N
Niko Frost, 2015-11-05
@Frosty88

Just sit and write. Pixel concepts will come by itself. Speed ​​will also improve as you gain experience and robots. You can take some kind of layout and start typing it, then another and another and another. You will gain a lot of experience, solving problems as you type, and to all this you will gain a portfolio.
Install Sublime Text editor and run Emmet on it. Read the instructions for this plugin.
Here are great tutorials on them:
Sublime Text -
Emmet Editor Review - Plugin Review

Y
Yaroslav IKARUS, 2015-11-05
@yar-ikarus

In general, it is not very good to use pixel layout, I recommend using relative values ​​such as EM and percentages for calculations. And also be sure to learn SASS or LESS, because typesetting on pure css in the 21st century is a collective farm

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question