Cute Happy Ghost
본문 바로가기
728x90
SMALL

Front69

20201111_34 flex .flex-container{ display: flex; flex-direction: column-reverse; width: 100%; height: 100vh; background-color: #127cc1; } column쓰면 세로로 row쓰면 옆으로 1 2 3 4 2020. 11. 11.
20201111_34 레이아웃 실습 내가한거 이곳은 헤더 본문 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularis.. 2020. 11. 11.
20201111_ 34 사각형 width: 100px; height: 100px; background-color: beige; padding: 20px; overflow: hidden; white-space: nowrap; 줄바꿈 안하고 넘기겠다는 것 text-overflow: ellipsis; 말줄임표 리스트 모양 circle, disc, square list-style-type: decimal-leading-zero, lower-roman; ctrl+f2 : 태그 같이 수정 alt+shift+ 방향키 : 복사 ㅇㅇㅇㅇ ㅇㅇㅇㅇ ㅇㅇㅇㅇ ㅇㅇㅇㅇ 기여워..... rgb()함수 rgb(r값, g값, b값) rgba : 투명도값 rgba(68, 218, 215, 0.5); background를 이미지로 설정하기 background-im.. 2020. 11. 11.
20201110_33 server... dir 디렉토리 알 수 있음 cd .\누르고 tab하면 디렉토리 이동\ 그다음 npm init누르면 package.json이 생성됨 C:\Users\user1\Frontend>dir C 드라이브의 볼륨: 교육생_OS 볼륨 일련 번호: 00CB-C4D0 C:\Users\user1\Frontend 디렉터리 2020-11-10 오전 09:41 . 2020-11-10 오전 09:41 .. 2020-11-09 오전 10:47 20201109 2020-11-10 오전 09:42 20201110 2020-11-09 오후 02:13 3,331 README.md 1개 파일 3,331 바이트 4개 디렉터리 262,623,424,512 바이트 남음 C:\Users\user1\Frontend>cd .\20201110\ C:\.. 2020. 11. 10.
20201110_ 33 css 테스트1 텍스트상자 패스워드상자 이메일 숨김 이메일 상자 특징 텍스트상자 패스워드상자 이메일 숨김 라디오1 라디오2 라디오3 체크박스 파일선택 버튼 무효화 범위슬라이드 색상 gestalt사이트 참고 각각 다르게 속성지정하기 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only fi.. 2020. 11. 10.
20201110_33 로그인화면만들어보기 Username or email address Password solid : 실선 dashed: 점선 border-radius: 5px; 사각형의 테두리를 둥글게 box-sizing: border-box; 테두리를 포함한 전체 상자를 310, 228로 바꾸겠다는것 height : 26px 저 라벨들이 조금 두껍게 되었다 .basic-input-submit:hover{ background-color: var(--color-login-btn-hover); cursor: pointer; } 커서를 올려놓는 부분에 Sign in쪽의 색이 바뀌게끔 최종코드 Username or email address> Password 2020. 11. 10.
20201109_ 33 html기본 github.com/Jenn-tech/Frontend Jenn-tech/Frontend kh. Contribute to Jenn-tech/Frontend development by creating an account on GitHub. github.com www.lipsum.com/ Lorem Ipsum - All the facts - Lipsum generator What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown pr.. 2020. 11. 9.
20201109_33 html 테이블,이미지,문서 테이블 이름1 1행 2열 1행 3열 이름2 2행 2열 2행 3열 이름3 3행 2열 이름4 4행 2열 4행 3열 이름5 5행 3열 empno ename sal comm deptno 1 Chiho Won 0 null 30 이미지 이미지로 이동 누르면 새창으로 뜬다 문서태그 문서목록 문서제목1 문서제목2 문서제목3 문서제목4 문서제목5 문서제목1 Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at H.. 2020. 11. 9.
201109_33 설치환경(vscode & git연동) code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com vscode와 nvm을 다운받아준다 github.com/nvm-sh/nvm#installing-and-updating nvm-sh/nvm Node Version .. 2020. 11. 9.
728x90
LIST