반응형
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 | 31 |
Tags
- code editor
- multiple camera
- segment
- KakaoMap
- uint16array
- cursor-ubuntu-installer
- HLS
- three.js
- Prism.js
- react
- uint8array
- jszip
- node
- babel
- Redux
- Babel standalone
- how to install cursor on ubuntu
- swagger-typescript-api
- REST API
- M3U8
- append row
- html2canvas
- webrtc
- Excel
- http live streaming
- Flutter
- hls.js
- typescript
- localization
- Game js
Archives
- Today
- Total
목록CSS (1)
Never give up
html과 css만 이용해서 간단한 페이지를 따라서 만들어봤습니다 먼저 참고한 사이트는 material ui 사이트의 album page입니다 (링크 : https://mui.com/getting-started/templates/album/) 이미지 부분 처리가 잘못되어있는것 같은데 일단 정상이라고 가정하고(?) 한번 만들어봤습니다 album import React from 'react' import { AiFillCamera } from 'react-icons/ai' import './album.css' function Album() { // example : https://mui.com/getting-started/templates/album/ return ( Album layout Album lay..
WEB
2022. 1. 8. 01:17