전체 글252 사랑 받는 개발자 & 실수 모음 & 개발자 적성! 사랑받는 신입 개발자가 되는 법 | 첫 직장, 이직시 쓰면 좋은 10가지 팁 😍 (인사평가 잘받는 법, 고과 확정, 승진 진급 확정)높은 연봉을 원하시나요? 인사평가때 좋은 고과를 받고 싶나요? 첫 직장, 이직시 신입으로 새로운 회사에 들어갔을때 어떻게 하면 빠르게 회사에 적응하고 폭풍성장을 할 수 있을까요? 제가 회사에서 빠르게 인정받고 높은 연봉을 받았던 팁들과 또 주변에 빠르게 성장했던 팀원들의 유형에 대...https://youtu.be/V60QQDA57SA 💡회사에서, 팀에서 필요한 일들을 어떻게 나의 가치를 우리 팀에 필요로 하는 곳에 쓸 수 있을까??? 솔선수범 & 책임감 & 성실 1. 솔선수범 문서화 01💡개발자들을 위한 메뉴얼을 활용하거나, 혹은 이러한 메뉴얼을 만들 수 있도록 노력해나갈.. 2021. 2. 14. CSS 셀렉터, 기초 이론정리 1.의미, 정의💡Cascading Style Sheet Style sheet를 폭포수처럼 계속 떨어트리는 것을 의미함!! Author style User Style Brower 순으로 떨어지는 것을 의미함!! !important 는 쓰지 않는 것이 좋다!! 2. 선택자💡원하는 것을 다 고르는 것이다!! Universal : * type : Tag ID : #id Class : .class state : : Attribute : []3. 스타일링 CSS DEMO First Second Hello Button 1 Button 2 0 Naver Google Empty /* selector{ property : value; } */ * { color : green; } li { color : blue; } li.. 2021. 2. 14. HTML 어떻게 보면 될까요??? 💡Hypertext Markup Language (HTML) Makrup Language : system for annotating a document in a way that is syntactically distinguishable from the text. 어느정도 태그를 효과적으로 작성한 것!! JS Bin 💡처음에 선언하고, 문서는 head와 body로 이루어져 있음. HTML elements referenceThis page lists all the HTML elements, which are created using tags.https://developer.mozilla.org/en-US/docs/Web/HTML/Element 💡Box와 Item으로 나누어 져있다. Box : header, .. 2021. 2. 14. CSS 선택자 💡ID Selector Select elements with an ID #id Selects the element with a specific id. You can also combine the ID selector with the type selector. Examples #cool selects any element with id="cool" 💡Descendant Selector Select an element inside another element A B Selects all B inside of A. B is called a descendant because it is inside of another element. Examples p strong selects all 💡Class Selecto.. 2021. 2. 14. 이전 1 ··· 13 14 15 16 17 18 19 ··· 63 다음 반응형