Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
div {
position: relative
}
div:hover {
background: #eab0ff
}
div p:hover {
background: #fff
}
div p {
padding-bottom: 24px
}
div button {
position: absolute;
bottom: 0
}
section {
position: relative;
margin-bottom: 24px
}
section:hover {
background: #eab0ff
}
section p:hover {
background: #fff
}
section button {
position: absolute;
bottom: -24px
}
div,