Skip to content

Commit 2b598c8

Browse files
Create learn.css
Signed-off-by: Glowing Jellyfish Studio <[email protected]>
1 parent 123b3f3 commit 2b598c8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

learn.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
button {
2+
position: absolute;
3+
bottom: 20px;
4+
padding: 15px 20px;
5+
border: none;
6+
border-radius: 5px;
7+
cursor: pointer;
8+
transition: background 0.3s ease;
9+
}
10+
11+
.left-button {
12+
left: 20px;
13+
background-color: #cb4b16;
14+
color: #fff;
15+
}
16+
17+
.left-button:hover {
18+
background-color: #dc322f;
19+
}
20+
21+
.right-button {
22+
right: 20px;
23+
background-color: #268bd2;
24+
color: #fff;
25+
}
26+
27+
.right-button:hover {
28+
background-color: #2aa198;
29+
}

0 commit comments

Comments
 (0)