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
- CSS
- Bandit Level 5
- pl/sql
- 시스템 파악
- Law of Demeter
- plsql
- springboot
- 커맨드공부
- SQLRecoverableException
- 나선형 모형
- 시스템 파악 정리
- 클린코드
- 인증서만료에러
- 프로토타입 모형
- 스크럼기법
- 명령어공부
- 에자일 모형
- 폭포수 모형
- OpenAPI
- Bandit Level 6
- mysql 튜닝
- Bandit Level 6 → Level 7
- table scan
- was버그
- 디미터 법칙
- 변수명 짓는법
- java.sql.SQLRecoverableException
- was SQLRecoverableException
- avax.net.ssl.SSLHandshakeException:
- vue
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
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 |