๋ชฉ๋ก์ ์ฒด ๊ธ (433)
whatisthis?
https://mywebproject.tistory.com/122 HTML ํ๋ จ - (12) Gmail Inbox Gmail Inbox REFERENCE (style.css / app.js) https://github.com/rohjs/bugless-101/tree/master/html-practice/12-gmail-inbox ๊น๋ฒ๊ทธ์ HTML&CSS๋ ์ฌ๋ฐ๋ค - ๊ตฌ๋ฆEDU HTML&CSS๋ฅผ ํ๋ฒ์! ํํํ ๊ฐ๋ ์ดํด๋ถํฐ.. mywebproject.tistory.com var inboxCheckboxes = document.querySelectorAll(".inbox-checkbox") var inboxStars = document.querySelectorAll(".inbox-star") inboxChe..
https://mywebproject.tistory.com/122 HTML ํ๋ จ - (12) Gmail Inbox Gmail Inbox REFERENCE (style.css / app.js) https://github.com/rohjs/bugless-101/tree/master/html-practice/12-gmail-inbox ๊น๋ฒ๊ทธ์ HTML&CSS๋ ์ฌ๋ฐ๋ค - ๊ตฌ๋ฆEDU HTML&CSS๋ฅผ ํ๋ฒ์! ํํํ ๊ฐ๋ ์ดํด๋ถํฐ.. mywebproject.tistory.com * { margin: 0; box-sizing: border-box; } html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, C..
Gmail Inbox ์ฐ์ , ๋งํฌ์ ์ ํ๊ธฐ ์ ์ ์ด๋ค ๋ฐฉ์์ผ๋ก ๋งํฌ์ ํ ์ง ์๊ฐํด๋ณด์. ๋ฐฉ๋ฒ 1. ๋ฆฌ์คํธ ์ด์ฉ (๋ ์ค์ด ๋น์ทํ ๊ตฌ์กฐ์ด๋ฏ๋ก) ๋ฐฉ๋ฒ 2. ํ ์ด๋ธ ์ด์ฉ (๊ฐ ๋ด์ฉ๋ค์ด ๋ถ๋ฅ๊ฐ ๋๊ฐ์ด ๋๋์ด์ง๋ฏ๋ก) ์ด๋๋, ๋ฆฌ์คํธ๋ณด๋ค๋ ํ ์ด๋ธ์ ์ด์ฉํ์ฌ ๋งํฌ์ ํด์ฃผ๋๊ฒ์ด ๋ฐ๋์งํ๋ค. ๊ฐ์ ๋ด์ฉ์ ์๋ต. index.html Actions Sender Titles Timestamp Select this Email Add to Favorites Goorm Edu Unread: Rate your course: FRONTEND 101 WITH KIMBUG - Woohyeon. Howโs everything going? We want to hear your opnion on.. 3:34 PM Select this Email ..
HTML href=" " ํ๊ทธ๋ก ์ธ๋ถ CSSํ์ผ์ ๋ถ๋ฌ์ฌ๋ ์ฌ์ฉ ํ๊ทธ์ url์ ์ ๋ ฅํ ๋ ์ฌ์ฉ src=" " ๋ก ์ธ๋ถ jsํ์ผ์ ๋ถ๋ฌ์ฌ ๋ ์ฌ์ฉ ํ๊ทธ์ url์ ์ ๋ ฅํ ๋ ์ฌ์ฉ link์ธ ๊ฒฝ์ฐ href link๊ฐ ์๋ ๊ฒฝ์ฐ (์ด๋ฏธ์ง,๋น๋์ค ๋ฑ) src CSS url( ) CSS ์ฝ๋ ๋๋ HTML์ ์์ ํน์ ํ์ผ์ ๋ถ๋ฌ์ฌ ๋ ์ฌ์ฉ background-image: url("../images/google.png"); REFERENCE https://developer.mozilla.org/ko/docs/Web/HTML/Element/link : ์ธ๋ถ ๋ฆฌ์์ค ์ฐ๊ฒฐ ์์ - HTML: Hypertext Markup Language | MDN HTML ์์๋ ํ์ฌ ๋ฌธ์์ ์ธ๋ถ ๋ฆฌ์์ค์ ๊ด๊ณ๋ฅผ ๋ช ์ํฉ๋๋ค. ๋ ์ค..
https://mywebproject.tistory.com/118 var followButton = document.querySelector(".feed-user-profile button") var likeButton = document.querySelector(".feed-footer button:first-child") var commentButton = document.querySelector(".feed-footer button:last-child") var feedComment = document.querySelector(".feed-comment") followButton.addEventListener("click", function() { if (this.following) { this.i..
https://mywebproject.tistory.com/118 HTML ํ๋ จ - (11) Feed https://user-images.githubusercontent.com/19285811/69063907-43da4800-0a58-11ea-8efb-4b57dca4e3fe.png The most beautiful experience we can have is the mysterious. It is the fundamental emotion that s.. mywebproject.tistory.com * { margin: 0; box-sizing: border-box; } html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,..
https://user-images.githubusercontent.com/19285811/69063907-43da4800-0a58-11ea-8efb-4b57dca4e3fe.png The most beautiful experience we can have is the mysterious. It is the fundamental emotion that stands at the cradle of true art and true science. โ Albert Einstein Feed ์ฐ์ , ์ต์ํ์ ๊ธฐ๋ฅ ๋จ์๋ก ๋๋ ๋ณด์. ๋งํฌ์ ์ ํ๊ธฐ ์ ์ ๊ผญ ํด์ผ ํจ! index.html Kimbug 30 min Follow The most beautiful experience we can have is the myste..
https://mywebproject.tistory.com/116 @import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600&display=swap"); * { margin: 0; box-sizing: border-box; } html { font-family: "Nunito Sans", sans-serif; font-size: 16px; line-height: 1.5; color: #1f2d3d; } body { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100vh; margin: 0 a..
Input Group ์ฐ์ตํ๊ธฐ! ๋งํฌ์ ๋ถ๋ถ ๋๋๊ธฐ. 1. h1๊ณผ paragraph Manage Subscriptions You can follow the discussion on @kimbug without to leave a comment. Cool, huh? Just enter your email address in the form here below and you are all set 2. input ํ๊ทธ์ button Subscribe button type = submit ์ ์ด์ฉํ์ฌ ํผ์ ์ ์ถํด์ผํ๋ฏ๋ก, form ์ผ๋ก ๋ฐ๋์ ๊ฐ์ธ์ค์ผํ๋ค. method๋ GET ์ ์ฌ์ฉํ๋ค. https://mywebproject.tistory.com/73 etc) HTTP - GET ๋ฐฉ์ vs POST ๋ฐฉ์ G..
ECMA Script ๊ธฐ์ค. โ ๊ฐ์ฒด์ ๊ตฌ์ฑ 1. Built-in Object(์๋ฐ์คํฌ๋ฆฝํธ ๋ด์ฅ๊ฐ์ฒด) Built-in Object ์๋ Global, Object, String, Number, Boolean, Date, Array, Math, RegExp, Error ๋ฑ ๋ง์ ๋ด์ฅ๊ฐ์ฒด๋ค์ด ์กด์ฌํ๋ค. ์ด๋ค์ ์๋ฐ์คํฌ๋ฆฝํธ ์์ง์ด ๊ตฌ๋๋๋ ์์ ์์ ๋ฐ๋ก ์ ๊ณต๋๋ฉฐ ์๋ฐ์คํฌ๋ฆฝํธ์ฝ๋ ์ด๋์์๋ ์ฌ์ฉ์ด ๊ฐ๋ฅํ๋ค. 2. Native Object(๋ธ๋ผ์ฐ์ ธ ๋ด์ฅ ๊ฐ์ฒด) Native Object ์ญ์ ์๋ฐ์คํฌ๋ฆฝํธ๊ฐ ๊ตฌ๋๋๋ ์์ ์์ ๋ฐ๋ก ์ฌ์ฉ์ด ๊ฐ๋ฅํ ๊ฐ์ฒด ๋ค์ด๋ค. ํ์ง๋ง ์ด๋ค์ ์๋ฐ์คํฌ๋ฆฝํธ ์์ง์ด ๊ตฌ์ฑํ๋ ๊ธฐ๋ณธ๊ฐ์ฒด๋ผ๊ณ ํ๊ธฐ ๋ณด๋จ ๋ธ๋ผ์ฐ์ ธ ์ฆ ์๋ฐ์คํฌ๋ฆฝํธ ์์ง์ ๊ตฌ๋ํ๋ ๋ ์๋ค์์ ๋น๋๋๋ ๊ฐ์ฒด ๋ค์ด๋ค. ์๋ฐ์คํฌ๋ฆฝํธ ํ๋ก๊ทธ..