Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 스크럼기법
- table scan
- pl/sql
- was버그
- 시스템 파악 정리
- 에자일 모형
- 변수명 짓는법
- SQLRecoverableException
- 프로토타입 모형
- springboot
- OpenAPI
- vue
- 나선형 모형
- 명령어공부
- 시스템 파악
- 커맨드공부
- 인증서만료에러
- Bandit Level 6 → Level 7
- 클린코드
- Bandit Level 5
- avax.net.ssl.SSLHandshakeException:
- 디미터 법칙
- mysql 튜닝
- CSS
- java.sql.SQLRecoverableException
- plsql
- was SQLRecoverableException
- Law of Demeter
- 폭포수 모형
- Bandit Level 6
Archives
- Today
- Total
개발햄비
[vue] Vuetify 기초 color / font 태그 정리 (1) 본문
<template>
<div class="home">
<h1>HomePage</h1>
<p>메인 홈페이지 테스트</p>
<p class="red white--text">메인 홈페이지 테스트</p>
<p class="red lighten-3 white--text">메인 홈페이지 테스트</p>
<p class="red lighten-4 white--text">메인 홈페이지 테스트</p>
<h1 class="display-3">test Display</h1>
<h4 class="display-1">test Display</h4>
</div>
</template>

컬러표 참고
* https://vuetifyjs.com/en/framework/colors#colors
Material color palette — Vuetify.js
Easily apply any color from the material design palette.
vuetifyjs.com
font Size
* https://vuetifyjs.com/en/framework/typography#font-sizes
'개발 > vue' 카테고리의 다른 글
| [vue]Vuetify기초 Breakpoints & Visibility정리 (3) (0) | 2019.04.01 |
|---|---|
| [vue]Vuetify기초 Button / Icons 정리 (2) (0) | 2019.04.01 |
| [vue] 형제 컴포넌트 간 값 전송하기 eventBus (0) | 2019.02.20 |
| [vue] 자식 컴포넌트에서 부모 컴포넌트로 값 전달 $emit() 사용법 (4) | 2019.02.17 |
| [vue] vue.js _ props사용법 (0) | 2019.02.17 |