When creating a div to provide information about a course, including the price and a "Take Class" button that links to the purchase page, I encountered an issue where the link extends beyond the intended area.
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
padding: 0;
margin: 0;
background: white;
}
a {
text-decoration: none;
}
To recreate the issue, check for the link extending beyond the button. Look between Skill Level and Language...
How can this problem be resolved?