udemy-react-course/style-chapter/src/components/CourseGoals/CourseGoalItem/CourseGoalItem.css

9 lines
158 B
CSS

.goal-item {
margin: 1rem 0;
background: #8b005d;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
color: white;
padding: 1rem 2rem;
cursor: pointer;
}