[css] the problem of setting the font-size to pixels of body element
·
Frontend/HTML, CSS
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 내가 알기로는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
#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, 이게 아닐수도 있는데요,(또는..
[css] Inheritance In CSS
·
Frontend/HTML, CSS
Every CSS property must have a value. Is there a cascaded value? -if yes, Specified value == Cascaded value -if not, Is the property inherited?(specific to each property) and if yes, Specified value == Computed value of parent element ∴ This is Inheritance! if not, Specified value == Initial value(specific to each property) like padding and margin -> not inherited. be extremely impracticable. In..
[css] How UNITS are converted from relative to absolute(px)
·
Frontend/HTML, CSS
#1 Declaration ① Declared value ② Cascaded value ③ Specified value ④ Computed value ⑤ Used value (final calculation) ⑥ Actual value root font-size -> 16px(Browser default) section font-size -> 1.5rem -> computed: 16px * 1.5 = 24px(Inheritance) #2 Inheritance Example(x) How to convert to pixels Result on pixels % (font) 150% x% * parent's computed font-size(16px) 24px % (length) 10% x% * parent's..
[css] How CSS Works? and what is Specificity?
·
Frontend/HTML, CSS
This is so extremely important because getting started with CSS is actually very easy but really knowing what's going on behind scenes is completely different, and it's really not as easy as getting started. [Specificity] 1. inline styles 2. IDs 3. classes, pseudo-classes, attribute 4. Elements, pseudo-elements (Inline, IDs, Classes, Elements) CSS declarations marked with !important have the hig..
[영어로] 나 왔어 / 나 가고 있어 / 너 왔어?
·
Eng
# 나 왔어. 도착했어 / 나 가는 중이야 / 너 도착했어? 표현 Hey. I'm here. 안녕. 나 왔어. Uncle John's here. 존 삼촌이 왔어. I'm on my way. 나 가고있어. / 가는 중이야. Are you here? 너 왔어? / 도착했어? on one's way 어디 가는 길에I'm on my way home. 나 집에 가는 길이야.It's on my way home. 그거 우리집 가는 길에 있어.It's on my way to my office. 거기 내 사무실 가는 길에 있어. [출처] 유튜브 올리버쌤
[영어로 / 메일 답장] "메일을 잘 받았습니다." 대체 표현
·
Eng
#1 "메일을 잘 받았습니다." 는 어색한 문장이다. 업무용 메일을 보낼 때, 대체 표현을 알아보자. Thank you for contacting me.연락주셔서 감사합니다. Thank you for getting back to me.답장해주셔서 감사합니다. Thank you for your prompt reply.빠른 답장 감사합니다. Thank you for responding so quickly.빨리 연락주셔서 감사합니다. Hi, Oliver. Thank you for reaching out to me.안녕하세요, 올리버 씨. 연락주셔서 감사합니다. [출처] 유튜브 올리버쌤
[MacOS] 한번에 여러사진📸 미리보기
·
Tips
맥은 해당단축키를 얼만큼 잘 알고 사용하는 지에 따라 활용범위가 큰 것 같다.캡쳐한 여러 사진들을 한꺼번에 볼 수 있는 단축키를 찾다가 알게 된 두 가지 방법! ① 해당 폴더의 사진들 선택한다.- 모두 선택 : command + a- 각각 선택 : command + 해당 사진 콕콕 찍는다 ②-⑴ 사진이 선택된 상태에서, space 누른다.→ 미리보기 형식 (좌 우 방향키로 이동)→ 윈도우 일반 미리보기 UI 와 비슷함 ②-⑵ 사진이 선택된 상태에서, command + o 누른다.→ 리스트 형식 (위 아래 키로 이동)→ 윈도우 파워포인트 UI 와 비슷함