-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
<title>Mercedes Benz FADILI</title>
<style>
/* Reset bazik */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
</style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #f7f7f7;
color: #222;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
padding: 40px 20px;
text-align: center;
}
header {
margin-bottom: 40px;
}
/* Logo SVG container */
.logo {
width: 120px;
height: 120px;
margin-bottom: 20px;
stroke: #0d6efd;
stroke-width: 5;
fill: none;
animation: rotate 10s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg);}
to { transform: rotate(360deg);}
}
h1 {
font-size: 2.8rem;
color: #0d6efd;
letter-spacing: 2px;
margin-bottom: 10px;
}
p.description {
font-size: 1.25rem;
color: #444;
max-width: 600px;
line-height: 1.6;
margin-bottom: 30px;
}
a {
color: #0d6efd;
text-decoration: none;
font-weight: 600;
border-bottom: 2px solid transparent;
transition: border-bottom 0.3s ease;
}
a:hover {
border-bottom: 2px solid #0d6efd;
}
footer {
margin-top: auto;
font-size: 0.9rem;
color: #888;
}
<h1>Mercedes Benz FADILI</h1>
Mirësevini në faqen zyrtare të Mercedes Benz FADILI.
Ne ofrojmë shërbime të cilësisë së lartë për makinën tuaj Mercedes-Benz, me përvojë mbi 20 vjet në Podujevë, Kosovë.
Kontaktoni me ne për servisim, pjesë rezervë dhe këshilla profesionale.
Vizitoni GitHub dhe GitHub Pages për më shumë informacion.
© 2025 Mercedes Benz FADILI — Të gjitha të drejtat e rezervuara.Metadata
Metadata
Assignees
Labels
No labels