최근 포스트

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

CSS Background

1.background background-(명령어) 가 온다. 명령어를 생략하고 작성 color:red; 가장 기본적인 명령어. 배경 색을 지정한다. image:url(); 배경 이미지 지정한다. ()안에 ‘‘로 파일경로 + 이름 repeat: 반복 ...

CSS Selector

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 ...

HTML TAG

0.HTML cheat sheet 1.HTML 구조 <html> <head> <title> (탭 위의 제목) </title> <style> </style> </head> <body>...