[TIL] Today I Learned (2022.05.30)

🧸 zelly log·2022년 5월 30일
1

TIL

목록 보기
23/28
post-thumbnail

크로스 브라우징!!!!!!!!!!!!!IE!!!!!


$ yarn add react-app-polyfill


// src/index.js 첫번째 줄에

// import 11 
import  'react-app-polyfill/ie9' ; 
import  'react-app-polyfill/ie11' ; 
import  'react-app-polyfill/stable' ;

IE, 써야할까?

천사가 왔다갔다...엔젤..👼

  • image import
import Logo from 'assets/images/logo.png'
  • relative / absolute
    참고

  • vh로 화면 크기 기준 딱 맞게 , rem은 X

  • 사이에만 margin 주기

+ inputWrapper {
	margin-top: 20px;
  }

CSS

filter: brightness(0.75) invert(0.8);  색상 바꾸기
&:has(> a:visited) {
   background-color: colors.$WHITE;
}

Git Log

// 원격 저장소 확인
git remote -v

// Fork해온 원본 저장소 upstream 지정
git remote add upstream https://github.com/Team8-Rocket/moadata-8.git

// Fetch와 pull의 차이 (fetch는 merge를 안한다~)

  • pull : fetch + merge

  • etch : fetch

  • 누가 pull 보더니 풀이라고했다...어이가 없다...

http://www.notforme.kr/archives/1631

Table CSS

margin이 안먹는 table에게
선물을 해보아요

https://www.codingfactory.net/10510

내일 할 일

-> git 되돌리기.

  • pull하면서 작업이 날라간다. 맥주가 부족하다.
  • 깃헙이 있어서 참 다행이다.
profile
🌱 Frontend Developer / ✏Studying / 🍋 React Typescript / 성장하는 프론트엔드 개발자!

1개의 댓글

comment-user-thumbnail
2022년 5월 30일

맥주 부족..
오히려 좋아..

답글 달기