Latest Posts

postimage

Max-width and min-width of CSS's media query

Because I'm often confused.max-width can be interpreted to mean ~.min-width can be interpreted to mean from ~.max-width(strong>to)~420px>The backgroun

2023-10-25 15:42
postimage

Size of the mobile device

iphone의 Zoom모드로 인한 넓이가 사양과 달라서 고생했다실제로 내가 사용하는 모델은 iphone13인데 현재 내 모바일 확인 사이트를 통해 크기를 확인하면320px이 나왔다. iphone13의 사양설명에는 390px로 나와있는데 이건 왜일까?→ 아이폰에서 zoo

2023-10-24 23:55
postimage

About the width=device-width of the Metatag

1. By default, the default viewport size of the web browser is 800px~1024px(Safarina Chrome has a default viewport size of 980px)2. In the above case,

2023-10-24 23:45
postimage

Use of the var() function in CSS

var() 함수로 css를 변수화 할수있다1.글로벌 변수//선언:root{ -- Variable name: css content; }// 사용div{ background-color:var(--변수명); }2.로컬변수// 선언h2{ --

2023-10-09 13:36
postimage

Image Center Alignment CSS (object-fit)

summaryfill: Increase or decrease according to the frame of the element (magnificationo/ratiox)contain: Display the frame of the element according to

2023-10-03 18:50
postimage

2023-03-06 14:48