Skip to content

Commit c604ddd

Browse files
committed
Add: LogIn button's pseudo hover.
1 parent 9034691 commit c604ddd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chatroom/styles4.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ h1{
4242
position: absolute;
4343
margin-top: 10px;
4444
right: 190px;
45-
/* width: */
45+
transition: 0.3s;
46+
}
47+
48+
.button:hover{
49+
background-color: #ff7d7d8f;
50+
width: 120px;
4651
}
4752

4853
h3{

0 commit comments

Comments
 (0)