본문 바로가기
반응형

전체 글709

살다 보면(짧은 글) 살다 보면 좋을 때도 힘들 때도 있지만 우린 좋을 때를 바라보며 살아간다 2022. 1. 6.
맛난 된장찌개 레시피 사이트 모음 "맛난 된장찌개 만들어 보자" 내가 갖고 있는 재료와 비슷한 레시피 찾아 맛난 된장찌개 만들어 보자 (지극히 개인적 취향에 따라 모와 놓은 것입니다.) 준비 재료 백종원 된장찌개맛있게끓이는법 ​ 소고기(양지) 60g, 두부 1/2모, 돼지 호박 30g (1/2컵), 무 30g (1/2컵), 대파 1/3대, 청양고추 2개, 홍고추 1개, 물 2컵(380ml), 된장 3큰술, 고춧가루 1/3큰술, 간 마늘 1/2큰술 ​ ​내 입에 맞춘 차돌된장찌개 레시피 ​ 차돌박이 1컵 듬뿍, 애호박 2/3컵, 무 2/3컵, 대파 1/3대, 청양고추 2개, 홍고추 1개, 두부 1/2모, 물 380ml ​ 된장 3숟갈 푹, 고춧가루 1숟갈, 다진 마늘 1숟갈 배우러 가보자 ▼ 백종원 된장찌개 맛있게 끓이는법 내 팁 더해 밥.. 2022. 1. 6.
Pure CSS Animated custom radio buttons - 라디오 버튼 html / css demo and code ▼ Pure CSS Animated custom radio buttons Example Pure CSS Animated custom radio buttons snippet for your project 📌📌. this snippet is created using HTML, CSS, Pure CSS, Javascript bbbootstrap.com 2022. 1. 5.
Bootstrap 4 custom radio button - 반응형 라디오 버튼 html / css (Responsive) Bootstrap 4.3.1 CSS / Bootstrap 4.3.1 JS / jquery 3.2.1 demo and code ▼ Bootstrap 4 custom radio button Example Bootstrap 4 custom radio button snippet for your project 📌📌. this snippet is created using HTML, CSS, Bootstrap 4, Javascript bbbootstrap.com 2022. 1. 5.
Pure CSS custom radio button animation - 라디오 버튼 html / css 로 작성됨 Link demo and code ▼ Pure CSS custom radio button animation. Example Pure CSS custom radio button animation. snippet for your project 📌📌. this snippet is created using HTML, CSS, Pure CSS, Javascript bbbootstrap.com 2022. 1. 5.
순대국밥(짧은 글) 겨울에 먹는 순대국밥 한 그릇 든든한 한 끼다. 전국 이곳저곳 다니면서 순대국밥을 선택해서 그다지 실패한 적이 없는 음식이라 잘 모르는 곳에 가면 순대국밥집에 자주 간다. . . . "나에게 국밥은 최애 음식 중 하나다." 2022. 1. 5.
맛난 순두부찌개 레시피 사이트 모음 "맛난 순두부찌개 만들어 보자" 내가 갖고 있는 재료와 비슷한 레시피 찾아 맛난 순두부찌개 만들어 보자 (지극히 개인적 취향에 따라 모와 놓은 것입니다.) 준비 재료 돼지고기 다짐육 200g, 애호박 1/4개, 표고버섯 2~3개, 팽이버섯 1/2묶음, 양파 1/2개, 대파 한 대, 청양고추 홍고추 1/2~1개 기호 꺼 조절 ​ 양념 참기름 1숟가락 식용유 1숟가락, 꽃소금 1/2 커피 스푼, 고춧가루 2숟가락, 다진 마늘 1숟가락, 국간장(참치액젓), 설탕 1작은술 배우러 가보자 ▼ 순두부찌개 끓이는법 백종원 레시피 순두부 요리 모양 유지 꿀팁 아침저녁 찬바람이 불기 시작하니 자꾸 찌개 종류가 생각납니다 보글보글 순두부찌개 소개합니다 보통 저는... blog.naver.com 준비 재료 재료 : 순두부 .. 2022. 1. 2.
송구영신(짧은 글) 코로나19가 우리의 일상 속으로 들어온 지 2년이 가고 있습니다. 아직도 진행형이기는 하지만 2년 동안 잘 버텨온 우리 스스로에게 칭찬 한 번씩 해주고 다가올 2022년에도 굳건하게 버틸 수 있기를 기원해 봅니다. . . 2021 모두 모두 고생 많이 하셨습니다. 새해 건강하시고 복 많이 받는 한 해가 되길 기원합니다. 2021. 12. 31.
jQuery siblings() Method The siblings() method returns all sibling elements of the selected element. (siblings() 메서드는 선택한 요소의 모든 형제 요소를 반환합니다.) html jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method jQuery siblings() Method css .layout { border:1px solid #dddddd; width:100%; } ul { list-style:none; padding:0 10px; margin:0; } li { margin:10px 0; padding:5px; border:1px s.. 2021. 12. 31.
jQuery parent() Method The parent() method returns the direct parent element of the selected element. (parent() 메서드는 선택한 요소의 직접적인 부모 요소를 반환합니다.) html Hello Lorem Ipsum Dolor css .color { color:red; font-size:2em; font-weight:bold; } Jquery $( '.p1' ).parent( 'div.d1' ).css( 'font-size', '2em'); $( '.p1' ).parent().siblings('h3').addClass('color'); Result(결과) 2021. 12. 31.
jQuery find() Method The find() method returns descendant elements of the selected element. (find() 메서드는 선택한 요소의 하위 요소를 반환합니다.) html Lorem Ipsum Dolor Lorem Ipsum Dolor css .color { color:red; font-size:2em; font-weight:bold; } Jquery $( '.a' ).find( 'span.s2' ).css( 'font-size', '2em'); $( '.b' ).find( 'span.s3' ).addClass('color'); Result(결과) 2021. 12. 31.
오늘 하루(짧은 글) 미래를 어찌할 수 없다고 하지만 오늘의 내가 어찌하느냐에 따라 미래는 오늘로 인해 변하게 된다. "오늘 하루 행복하게 살아보자" 2021. 12. 31.