profile
우리 인생 화이팅~
post-thumbnail

CSS : mastering centering

https://medium.com/@liangxianyi2011_28511/mastering-css-centering-your-guide-to-every-technique-a10cde7c37e0https://developer.mozilla.org/en

4일 전
·
4개의 댓글
·
post-thumbnail

CSS : Casacading

https://www.codeit.kr/topics/css-core-concepts/lessons/5609https://www.codeit.kr/topics/css-core-concepts/lessons/5610https://develo

6일 전
·
0개의 댓글
·
post-thumbnail

HTML: wrapper vs container

https://css-tricks.com/best-way-implement-wrapper-css/https://stackoverflow.com/questions/4059163/css-language-speak-container-vs-wrapper

2024년 4월 19일
·
0개의 댓글
·
post-thumbnail

HTML : `<meta charset="">`

https&#x3A;//developer.mozilla.org/en-US/docs/Glossary/UTF-8https&#x3A;//en.wikipedia.org/wiki/UTF-8https&#x3A;//www.unicode.org/faq/utf_bom.html

2024년 4월 18일
·
0개의 댓글
·

HTML : entity code: &lt, &gt

https&#x3A;//developer.mozilla.org/en-US/docs/Glossary/Entity웹 퍼블리싱 시작하기 > 꺽쇠 기호 넣는 법 강의를 수강하고 있었다. 말하길, 꺽쇠 기호는 html 상에서 그냥 표현하면 안된다고?&lt;, > 와 같은 문자는

2024년 4월 17일
·
0개의 댓글
·
post-thumbnail

HTML : `<link>` and a [rel] attribute

https&#x3A;//developer.mozilla.org/en-US/docs/Web/HTML/Element/linkhttps&#x3A;//developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel웹 퍼블리싱 시작하기 /

2024년 4월 17일
·
0개의 댓글
·
post-thumbnail

코드잇! 스프린트 1일차

기다리고 또 기다렸다. 코드잇 개강일...! 개강하다 코드잇!!24.04.15(월)에 열렸습니다~ 짝짝짝 경축~ 🥳🥳🥳🥳🥳설레고 설렌 개강일과는 달리, 걱정 염려가 없는 것은 아니었는데..!코드잇 강의야 프리코스로 들어서 이미 고퀄인거는 알지만,사실상 전면 온

2024년 4월 17일
·
0개의 댓글
·
post-thumbnail

코드잇! 스프린트 0일차

시작하기 앞서 본인의 이력을 소개하고자 한다. 나이 27세 (98년생), 정신건강에 관심이 많아 심리학과에 입성. 졸업까지 했으나, 업으로 삼기에는 현실적인 어려움이 많아 프로그래밍에 눈을 돌림. 왜? 진입장벽이 낮으니까.막무가내로 JAVA 시작. 시작한지 2달 만에

2024년 4월 16일
·
0개의 댓글
·

나도 할 수 있겠다, 프랑스어 도전기 A2 (3)

Il faut ~가 필요하다, ~해야 한다, ~이 요구된다 > Il faut bien dormir avant un examen impoortant Il faut acheter des œufs pour cette recette Il faut arrêter ce projet Il faut beaucoup de patience pour être professeu...

2022년 7월 19일
·
0개의 댓글
·

나도 할 수 있겠다, 프랑스어 도전기 A2 (2)

Se + verbe 01 reflexive 내가 직접 움직이는 행위 > Je m'habille dans ma chambre Elle se lève à huit heures chaque matin Nous nous brossons les dents Tu te promènes dans le parc Je me douche pour me réveiller Je...

2022년 7월 19일
·
0개의 댓글
·
post-thumbnail

FCC : Responsive Web Design > (6) CSS Flexbox / (7) CSS Grid

CSS Flexbox display: flex > display : flex; 를 통해 flex properties 들을 사용할 수 있다. 본래는 상하로 나뉠 박스 컨테이너들이 flex 로 설정하니 빈 공간을 채우면서 들어가는 모양을 보라. > ex) > 위에서

2022년 5월 25일
·
0개의 댓글
·
post-thumbnail

FCC : Responsive Web Design > (4) Applied Accessibility / (5) Responsive Web Design Principles

alt : 이미지 태그에 이 attribute 을 붙여줌으로써, 이미지의 내용과 대안적 텍스트도 제공한다. 이미지가 로딩이 실패되었을 때, 유저에게 보이지 않을 때 유용하다. 서치엔진도 이미지가 뭘 담는지 이해하기 위해 alt 를 참고하니 이 중요성은 말 다했다. 또한

2022년 5월 23일
·
0개의 댓글
·
post-thumbnail

FCC : Responsive Web Design > (3) Applied Visual Design

Create Visual Balance Using CSS Property > text-align : 글의 정렬 >> text-align: justify : 양쪽 정렬 / text-align: center : 가운데 정렬 / text-align: right : 오른쪽

2022년 5월 11일
·
0개의 댓글
·
post-thumbnail

FCC : Responsive Web Design > (2) Basic CSS

css 선택자 / css property / padding 과 margin / css의 상속 / 색상 / css 변수, 변수의 상속

2022년 5월 10일
·
0개의 댓글
·

나도 할 수 있겠다, 프랑스어 도전기 A2 (1)

Le sejut(주어) + l'auxilaire (avoir, être) + le participe passél'auxilaire 자리에 avoir를 80% 정도 쓰지만, 그 외에도 예외가 있다...1형 동사의 모든 le participe passé는 er을 é로 바꿔

2022년 4월 25일
·
0개의 댓글
·

FCC : Responsive Web Design > (1) Basic HTML and HTML5

HTML Elements (h1 / p) > 대부분의 HTML elements은 opening tag와 closing tag를 가지고 있습니다... ex) ` ` > h1 elements은 main headings을 꾸릴 때 주로 사용되고, 반면에 h2 elemen

2022년 4월 22일
·
0개의 댓글
·
post-thumbnail

노마드 코더) 모멘텀 클론 코딩

2022년 4월 22일
·
0개의 댓글
·