[Project1~3/정예원] Colors, Hex colors gradient, Random quote generator #4
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
1. [project1] Colors 과제 설명
Colors
👩💻 요구 사항과 구현 내용
1. 버튼 정 가운데 배치
2. 버튼 클릭하면 배경색이 랜덤으로 변경
랜덤으로
colorCode를 생성해background-color를 바꿔준다.2. [project2] Hex colors gradient 과제 설명
Hex colors gradient
👩💻 요구 사항과 구현 내용
1. 배경 그라데이션
랜덤으로 두가지 색상을 뽑아서 그라데이션을 표현한다.
selectRandomColor: 랜덤으로 색상을 뽑아주는 함수linear-gradient를 사용하여 그라데이션을 표현2. 글자 색상 변경 애니메이션
3. [project3] Random quote generator 과제 설명
Random quote generator
👩💻 요구 사항과 구현 내용
1. 배경 그라데이션
2. 명언 랜덤으로 보여주기
명언 API 사용