Commit de79d872 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 2fdf77e6
Pipeline #11175 passed with stage
in 8 seconds
......@@ -187,6 +187,51 @@
.publication-list a:hover {
text-decoration: underline;
}
.btn-get-started {
background: linear-gradient(to right, #005baa, #0088cc);
color: #fff;
padding: 12px 24px;
margin-right: 10px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: 0.3s ease-in-out;
display: inline-flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.btn-get-started:hover {
background: linear-gradient(to right, #0088cc, #00b4d8);
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}
.btn-watch-video {
color: #005baa;
font-weight: 600;
text-decoration: none;
gap: 8px;
font-size: 16px;
transition: 0.3s ease-in-out;
}
.btn-watch-video i {
font-size: 28px;
color: #005baa;
margin-right: 6px;
transition: transform 0.3s ease;
}
.btn-watch-video:hover i {
transform: scale(1.2);
color: #00b4d8;
}
.btn-watch-video:hover span {
color: #00b4d8;
}
</style>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment