CSS Flex
What is flex (CSS Flexible Box Layout) CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design
What is flex (CSS Flexible Box Layout) CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design
1.background background-(명령어) 가 온다. 명령어를 생략하고 작성 color:red; 가장 기본적인 명령어. 배경 색을 지정한다. image:url(); 배경 이미지 지정한다. ()안에 ‘‘로 파일경로 + 이름 repeat: 반복 ...
0.font
What is CSS CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a ...
0.HTML cheat sheet 1.HTML 구조 <html> <head> <title> (탭 위의 제목) </title> <style> </style> </head> <body>...