Guest User

Untitled

a guest
Feb 21st, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. body{
  2. margin:0;/*отступ*/
  3. font-size:18 px;/*размер шрифта*/
  4. /*font-size: 1em= 10px;
  5. 1vm= viewport width;
  6. 1hv= viewport height;*/
  7. display:flex;
  8. flex-direction:row;/*Выравнивание*/
  9. flex-wrap:wrap;
  10.  
  11. }
Add Comment
Please, Sign In to add comment