본문 바로가기

분류 전체보기20

드롭다운 위로 배치하기 z-index : 1; 2022. 8. 22.
가로로 텍스트 양 끝에 붙이기 .ms-auto { margin-left: auto !important } flex-row도 붙여야 가로로 붙일 수 있다. 2022. 8. 22.
css 밑줄 제거 text-decoration 속성을 none으로 설정한다. 2022. 8. 22.
내 컴퓨터 서버 설정 iptime에서 특수기능-DDNS설정하면 주소를 이름처럼해서 컴퓨터로 접속할 수 있다. NAT/라우터 관리-포트포워드 설정에서 추가적으로 내부 iP주소를 설정하고 규칙이름을 Server로 설정한 후 외부 포트(바깥에서 접속)을 설정한다. ex) 8011~8011 내부 포트는 스프링부트 서버를 돌리고 있다면 8081로 정의했다하면 내부 포트를 8081~8081 내 서버에서 돌리고 있는 것 2022. 8. 18.
bootstrap css 수정 bootstrap.min.css 파일 배경색 --bs-body-bg: #fff;​ 링크 색상 #fd0d0d9e #f85c6b #f1ab45 2022. 8. 11.
메인 html 미완성 ㅡ,ㅡ 2022. 8. 11.
그룹 선택 html 그룹 생성하기 그룹 참여하기 @font-face { font-family: 'GangwonEdu_OTFBoldA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff'); font-weight: normal; font-style: normal; } * { margin: 0; padding: 0; } body { height: 100vh; background-color: #363062; } .container { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; pad.. 2022. 8. 9.
로그인 html 로그인 정보 저장 로그인 @font-face { font-family: 'GangwonEdu_OTFBoldA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff'); font-weight: normal; font-style: normal; } html, body { height: 100%; } body { display: flex; overflow: hidden; align-items: center; justify-content: center; font-family: 'GangwonEdu_OTFBoldA'; background-color: #363062.. 2022. 8. 9.
첫 페이지 html 투게더, 함께하는 즐거움 로그인 회원가입 @font-face { font-family: 'GangwonEdu_OTFBoldA'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff'); font-weight: normal; font-style: normal; } html, body { height: 100%; } body { display: flex; overflow: hidden; align-items: center; justify-content: center; font-family: 'GangwonEdu_OTFBoldA'; background-color.. 2022. 8. 9.