일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
- Navigation
- count
- Callback
- treenode
- leetcode
- Context
- React
- queue
- Props
- MySQL
- map
- component
- node.js
- bit
- priority_queue
- event
- UE5
- 비트연산
- JSX
- state
- DP
- routes
- css
- BinaryTree
- nodeJS
- c++
- server
- axios
- array
- route
- Today
- Total
목록css (2)
우사미 코딩

후.. 드디어왔다 css css는 잘 몰라서 좀 길게 씀 1. src에 css파일을 생성한다 css파일은 하나에 다 정의해두어도 되지만 그러면.. 나중에 디버깅.. 네.. 그렇기 때문에 파일을 나누겠습니다 1. App에 스타일주기 1) App.js import './App.css'; import AnimalShow from "./AnimapShow"; import { useState } from "react"; function getRandomAnimal(){ const animals = ['bird','cat','cow','dog','gator', 'horse']; return animals[Math.floor(Math.random() * animals.length)]; } function App(){..

https://bulma.io/ Bulma: Free, open source, and modern CSS framework based on Flexbox Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free. bulma.io 태그 하나하나 다 쓰기 귀찮으니 디자인이 되어있는 벌마라는 css 라이브러리를 사용할거임! https://bulma.io/documentation/components/card/ 프로필 카드 같은거 만들건데 예시를보니 이게 좀 괜찮아보임 여기서 class는 className으로 변경하고 필..