분류 전체보기

Frontend Developer/CSS

[CSS] #1 The box model

In CSS we broadly have two types of boxes - block boxes and inline boxes. These characteristics refer to how the box behaves in terms of page flow and in relation to other boxes on the page. Boxes also have an inner display type and an outer display type. First, we will explain what we mean by block box and inline box. We will then explain what is meant by an inner and outer display type. If a b..

Frontend Developer/HTML

[HTML] #1 Hypertext Markup Language

- 자료의 구조를 표현하기 위한 언어, 자료, Document - 세상에 존재하는 모든 웹 페이지는 HTML로 작성 더보기 What is HTML? HTML (Hypertext Markup Language) is a markup language that defines the structure of your content.

Frontend Developer/Javascript

Web APIs 란?

APIs란? Application Programming Interface 이 중에서 WebAPIs는. Javascript 언어 자체에 포함되어 있는 아이가 아니고, 브라우저가 제공하는, 브라우저가 이해할 수 있는 함수들 이다. 예를 들어, console API (MDN) Front-end ------요청(req)-----> Back-end (Server)

Eng/# 2

[Speaking] When giving a presentation

When giving a presentation, 1) How to introduce yourself2) And your presentation3) How to transit through the stage of the presentation4) How to conclude your presentation So, let's straight to it. 1)a. Introduce yourselfb. greet the audiencec. introduce the presentation - Hello, My name is ________. Welcome to Today's presentation. I will be speaking about _____________.- Good afternoon. My nam..

Eng/# 2

[Idiom] bank on it. / -을 믿다, 의지하다, 기대하다

bank on something -을 의존하다 / 믿다 / 기대하다 / 신용하다 - "I'm sure he'll help."틀림없이 그가 도와줄거야. - "Don't bank on it."기대하지 마.

Frontend Developer/CSS

[Sass] Architect : the 7 - 1 pattern

7 different folders for partial Sass files, and 1 main Sass file to import all other files into a compiled CSS stylesheet. The 7 folders base/ basic product definitions components/ one file for each component layout/ define the overall layout of the project pages/ styles for specific pages of the project themes/ want to implement different visual themes abstract/ put code that doesn't output any..

Tips

[맥북] vscode 통합터미널 열기 / 파일 탭 이동 단축키

통합터미널 열기/닫기ctrl + ` backtick key는 영문 상태일 때만 나온다. 한글키 상태에서는 ₩이 나오는데 vscode로 markdown을 작성할 때면 너무나 불편했다. 그래서 한글 키 상태에서도 backtick key를 사용할 수 있도록 하는 방법을 발견했다.macOS Sierra에서 원화(₩) 대신 백 쿼트(`) 입력하기 | [출처] A2 Devlog vscode에서 열린 여러 파일 탭 이동하기 / 크롬 브라우저 탭 이동하기option + command + 방향키(← or →)

Frontend Developer/CSS

[css] the problem of setting the font-size to pixels of body element

To set the font-size to pixels is very bad. body { font-size:10px; } /*very bad*/ for example, when they have bad sight and cannot see so good, then some people actually increase the default font size of their browser. The problem is that by doing so we actually override the browser font size setting that the user can manually change in the settings, and many people actually do that. Now if we s..

Eng/# 1

[영어로] 내가 알기로는 / 듣기로는 / 보기에는 / 느끼기에는 / 생각하기에는

#1 내가 알기로는as far as I know, As far as I know, he hasn't got a job yet. #2 내가 듣기로는from what I hear (요즘 듣게 된 내용 공유)from what I've heard (내가 다른 곳에서 듣고 머리속에서 정리된 내용을 말할 때) From what I've heard, he has quit his job. #3 내가 기억하기로는(정확한지는 확신할 수 없지만, 내가 아는 범위에서는, 내가 들은 범위에서는 을 강조)as far as I (can) remember As far as I can remember, she has never been to US. #4 내가 보기에는, 내가 생각하기에는In my opinionfrom what I've..

Eng/# 1

[영어로] 의견을 꺼낼 때 자연스럽게 쓰는 표현

#1Here's what I think. A: What do you think we should do?B: Well, here's what I think. I think we should first analyze what's working and then create a plan based on that. #2There's a reason for it. (이유가 있지) 왜냐하면~ You should tap the top of a soda can before you open it..And there's a reason for it.It'll prevent the fizz from bubbling up. #3I could be wrong,orIf I'm not mistaken, 이게 아닐수도 있는데요,(또는..

hyejin.frontend
'분류 전체보기' 카테고리의 글 목록 (2 Page)