shit
This commit is contained in:
parent
1bfed27f46
commit
4ee213de0a
@ -25,7 +25,20 @@
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
#images > img {
|
||||||
|
width: 100px;
|
||||||
|
height: 200px;
|
||||||
|
border-color: initial;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
#images > img:hover{
|
||||||
|
border-radius: 20px;
|
||||||
|
border-color: beige;
|
||||||
|
}
|
||||||
|
#images {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
#navbar a:hover {
|
#navbar a:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user