반응형
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 |
Tags
- date
- 자바
- table
- ArrayList
- javascript
- 배열
- Button
- Eclipse
- 문자열
- string
- Array
- Maven
- vscode
- 테이블
- input
- CSS
- Visual Studio Code
- html
- 인텔리제이
- windows
- list
- Files
- 이탈리아
- 이클립스
- 자바스크립트
- IntelliJ
- CMD
- Java
- js
- json
Archives
- Today
- Total
목록border-bottom-right-radius (1)
어제 오늘 내일
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/Dh6qY/btqTNAau5kK/kTaqMf2CarGJyRkKHKI6fk/img.png)
border-radius 30px 30% 30px, 10px 30px, 10px, 50px 10px, 20px, 30px, 40px #ex1 { background-color : green; border-radius: 30px; } #ex2 { background-color : red; border-radius: 30%; } #ex3 { background-color : gray; border-radius: 30px 10px; } #ex4 { background-color : lightpink; border-radius: 30px 10px 50px; } #ex5 { background-color : purple; border-radius: 10px 20px 30px 40px; } #ex1, #ex2, #..
IT/HTML&CSS
2021. 1. 19. 23:51