Rename directories
This commit is contained in:
parent
a5bee4685a
commit
9f3226aec5
142 changed files with 3 additions and 3 deletions
11
Taking Flight with Tailwind CSS/code/9-hover-classes.txt
Normal file
11
Taking Flight with Tailwind CSS/code/9-hover-classes.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
.text-red-500 {
|
||||
color: #f56565;
|
||||
}
|
||||
|
||||
.hover\:text-red-500:hover {
|
||||
color: #f56565;
|
||||
}
|
||||
|
||||
.focus\:text-red-500:focus {
|
||||
color: #f56565;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue