CSS1 [css] 자주 쓰는 애들 메모 1. 백그라운드 이미지 설정하기 background-image:url("이미지 url"); background-size:cover; background-position:center; 2. 화면 중앙에 위치시키기 요소들을 하나의 div안에 넣어놓고 magin속성을 auto로 지정 /*텍스트의 경우(바로 중앙정렬 안됨)*/ display:block;/*박스로 먼저 만들어줌*/ margin:auto; 또는 justify-content를 center로 지정 justify-content : center; 3. 폰트 설정 https://fonts.google.com/?subset=korean Google Fonts Making the web more beautiful, fast, and open through gr.. 2021. 6. 20. 이전 1 다음