mirror of
https://github.com/Nezumi-2711/practice-html-css.git
synced 2026-09-22 13:38:51 +00:00
Fix CSS arrow left right
This commit is contained in:
@@ -231,6 +231,12 @@ header{
|
|||||||
height: 30px;
|
height: 30px;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
|
content: var(--primary-color);
|
||||||
|
border: 1px solid var(--primary-color);
|
||||||
|
border-radius: 100%;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.destination__nav span:hover {
|
.destination__nav span:hover {
|
||||||
@@ -274,3 +280,14 @@ header{
|
|||||||
.destination__card:hover .destination__details{
|
.destination__card:hover .destination__details{
|
||||||
bottom: 1rem;
|
bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.destination__title {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.destination__subtitle {
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user