화면 크기에 따라 테이블 등을 변동되게 만들 수 있다. 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
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:/..
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..
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은 부모 창과 자식 창이 서로 독..
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..