#e8e8e8
1.card { 2 display: flex; 3 flex-direction: column; 4 justify-content: space-between; 5 background-color: rgba(255, 255, 255, 1); 6 padding: 20px; 7 max-width: 320px; 8} 9 10.stars { 11 display: flex; 12 grid-gap: 0.125rem; 13 gap: 0.125rem; 14 color: rgb(238, 203, 8); 15} 16 17.star { 18 height: 1.25rem; 19 width: 1.25rem; 20} 21 22.infos { 23 margin-top: 1rem; 24} 25 26.date-time { 27 color: rgba(7, 63, 216, 1); 28 font-size: 12px; 29 font-weight: 600; 30} 31 32.description { 33 margin-top: 0.4rem; 34 line-height: 1.625; 35 color: rgba(107, 114, 128, 1); 36} 37 38.author { 39 margin-top: 1.3rem; 40 font-size: 0.875rem; 41 line-height: 1.25rem; 42 color: rgba(107, 114, 128, 1); 43}
984 views
984 views
Comments
MIT License