웹개발 교육/Bootstrap

웹개발 교육/Bootstrap

[46일] bootstrap (12) - myweb 인트로

다음 번에는 앞으로 프로젝트를 위해 간단하게 웹 페이지의 한 부분을 만들어보려고 한다. 그에 앞서 https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_theme_me_complete&stacked=h W3Schools online HTML editor The W3Schools online code editor allows you to edit code and view the result in your browser www.w3schools.com 이 코드를 가져와 형식만 살짝 바꿔 사용할 수 있도록 만들어보자 HOME 게시판 공지사항 로그인 포토갤러리 메일보내기 환영합니다 여기에 본문 내용 작성합니다 Copyright © 2022 MyWeb

웹개발 교육/Bootstrap

[46일] bootstrap (11) - responsive

화면 크기에 따라 테이블 등을 변동되게 만들 수 있다. responsive util visible-mode : mode일 때 보이기 hidden-mode : mode일 때 숨기기 offset : 빈 여백으로 남김 visible-md : md 모드일때만 PYTHON 보이기 JAVA PYTHON ORACLE hidden-md : md 모드일때 숨기기 대한민국 오필승 코리아 offset : 빈 여백으로 남김 라일락 개나리 row안에 row 가능 JAVA HTML CSS jQuery ORACLE

웹개발 교육/Bootstrap

[46일] bootstrap (10) - grid

css의 미디어 쿼리를 사용하면 위와 같이 굉장히 길어질 수 있다. https://www.w3schools.com/css/css_rwd_mediaqueries.asp Responsive Web Design Media Queries W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 이것을 bootstrap의 grid system을 통해 더 쉽게 사용할 수 있다. https:/..

웹개발 교육/Bootstrap

[45일] bootstrap (9) - icon

https://www.w3schools.com/icons/default.asp Icons Tutorial W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 다양한 종류의 아이콘도 사용이 가능하다. 다만 그냥 사용할 수는 없고 https://fontawesome.com/ Font Awesome The world’s most popular and easiest to use ic..

웹개발 교육/Bootstrap

[45일] bootstrap (8) - modal

https://www.w3schools.com/bootstrap/bootstrap_modal.asp Bootstrap Modals W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 위의 회원가입 창이 자식, 아래 사이트가 부모이다. modal은 부모와 자식이 함께 간다. 자식 창을 닫아야 부모 창에 접근할 수 있다. 반면 window.open은 부모 창과 자식 창이 서로 독..

웹개발 교육/Bootstrap

[45일] bootstrap (7) - container

https://www.w3schools.com/bootstrap/bootstrap_get_started.asp Bootstrap Get Started W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com My First Bootstrap Page This part is inside a .container class. The .container class provides a re..

ewok
'웹개발 교육/Bootstrap' 카테고리의 글 목록