add structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#home{
|
||||
.content{
|
||||
p:last-child{
|
||||
a:hover{
|
||||
color: white;
|
||||
background-color: $green;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user