CSS 圆形样式代码生成器:50 个彩色圆形
- .gui {
-
display: flex; -
flex-wrap: wrap; -
justify-content: center; -
align-items: center; - }
- .gui .circle {
-
width: 50px; - height: 50px;
- background-color: #000000;
- border-radius: 50%;
- margin: 10px; 14.}
- .gui .circle:nth-child(1) {
- background-color: #FF0000; 18.}
- .gui .circle:nth-child(2) {
- background-color: #FF7F00; 22.}
- .gui .circle:nth-child(3) {
- background-color: #FFFF00; 26.}
- .gui .circle:nth-child(4) {
- background-color: #00FF00; 30.}
- .gui .circle:nth-child(5) {
- background-color: #00FFFF; 34.}
- .gui .circle:nth-child(6) {
- background-color: #0000FF; 38.}
- .gui .circle:nth-child(7) {
- background-color: #8B00FF; 42.}
- .gui .circle:nth-child(8) {
- background-color: #FF00FF; 46.}
- .gui .circle:nth-child(9) {
- background-color: #FF1493; 50.}
- .gui .circle:nth-child(10) {
- background-color: #00FF7F; 54.}
- .gui .circle:nth-child(11) {
- background-color: #FFD700; 58.}
- .gui .circle:nth-child(12) {
- background-color: #808080; 62.}
- .gui .circle:nth-child(13) {
- background-color: #C0C0C0; 66.}
- .gui .circle:nth-child(14) {
- background-color: #FFFFFF; 70.}
- .gui .circle:nth-child(15) {
- background-color: #800000; 74.}
- .gui .circle:nth-child(16) {
- background-color: #8B4513; 78.}
- .gui .circle:nth-child(17) {
- background-color: #008000; 82.}
- .gui .circle:nth-child(18) {
- background-color: #808000; 86.}
- .gui .circle:nth-child(19) {
- background-color: #000080; 90.}
- .gui .circle:nth-child(20) {
- background-color: #800080; 94.}
- .gui .circle:nth-child(21) {
- background-color: #FFC0CB; 98.}
- .gui .circle:nth-child(22) {
- background-color: #808000; 102.}
- .gui .circle:nth-child(23) {
- background-color: #008080; 106.}
- .gui .circle:nth-child(24) {
- background-color: #FF69B4; 110.}
- .gui .circle:nth-child(25) {
- background-color: #CD5C5C; 114.}
- .gui .circle:nth-child(26) {
- background-color: #4B0082; 118.}
- .gui .circle:nth-child(27) {
- background-color: #FFE4C4; 122.}
- .gui .circle:nth-child(28) {
- background-color: #DC143C; 126.}
- .gui .circle:nth-child(29) {
- background-color: #00CED1; 130.}
- .gui .circle:nth-child(30) {
- background-color: #FFA07A; 134.}
- .gui .circle:nth-child(31) {
- background-color: #00FA9A; 138.}
- .gui .circle:nth-child(32) {
- background-color: #FFA500; 142.}
- .gui .circle:nth-child(33) {
- background-color: #DA70D6; 146.}
- .gui .circle:nth-child(34) {
- background-color: #EEE8AA; 150.}
- .gui .circle:nth-child(35) {
- background-color: #ADD8E6; 154.}
- .gui .circle:nth-child(36) {
- background-color: #F08080; 158.}
- .gui .circle:nth-child(37) {
- background-color: #FFB6C1; 162.}
- .gui .circle:nth-child(38) {
- background-color: #87CEFA; 166.}
- .gui .circle:nth-child(39) {
- background-color: #FA8072; 170.}
- .gui .circle:nth-child(40) {
- background-color: #20B2AA; 174.}
- .gui .circle:nth-child(41) {
- background-color: #FFC0CB; 178.}
- .gui .circle:nth-child(42) {
- background-color: #ADFF2F; 182.}
- .gui .circle:nth-child(43) {
- background-color: #FFDAB9; 186.}
- .gui .circle:nth-child(44) {
- background-color: #40E0D0; 190.}
- .gui .circle:nth-child(45) {
- background-color: #6B8E23; 194.}
- .gui .circle:nth-child(46) {
- background-color: #B0C4DE; 198.}
- .gui .circle:nth-child(47) {
- background-color: #BC8F8F; 202.}
- .gui .circle:nth-child(48) {
- background-color: #3CB371; 206.}
- .gui .circle:nth-child(49) {
- background-color: #FF6347; 210.}
- .gui .circle:nth-child(50) {
- background-color: #F5DEB3; 214.}
原文地址: https://www.cveoy.top/t/topic/mC1X 著作权归作者所有。请勿转载和采集!