Skip to content

Commit ccf582a

Browse files
Update style.css
1 parent 74453a2 commit ccf582a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,18 @@ input:checked + .slider {
9797
input:checked + .slider:before {
9898
transform: translateX(30px);
9999
}
100+
.home-button {
101+
display: flex;
102+
gap: 0.5rem;
103+
padding: 0.5rem 1rem;
104+
border: none;
105+
border-radius: 6px;
106+
cursor: pointer;
107+
background:linear-gradient(to right,var(--primary-color),var(--secondary-color));
108+
color: white;
109+
border: 1px solid var(--primary-color);
110+
transition: all 0.3s ease;
111+
}
100112

101113
/* Language Selector Buttons */
102114
.language-buttons {

0 commit comments

Comments
 (0)