!DOCTYPE html
html lang=en
head
meta charset=UTF-8
meta name=viewport content=width=device-width, initial-scale=1.0
titleSufiHost – Web Hostingtitle
style
root{
--primary#2563EB;
--secondary#14B8A6;
--accent#F59E0B;
--dark#0F172A;
--light#F8FAFC;
--border#E5E7EB;
}
{margin0;padding0;box-sizingborder-box;font-familySegoe UI,Arial;}
body{backgroundvar(--light);colorvar(--dark);}
HEADER
header{
background#fff;
padding15px 60px;
displayflex;
justify-contentspace-between;
align-itemscenter;
box-shadow0 2px 10px rgba(0,0,0,.05);
}
.logo{font-size22px;font-weight700;colorvar(--primary);}
nav a{margin0 12px;text-decorationnone;colorvar(--dark);font-weight500;}
.btn{
padding10px 20px;
border-radius6px;
bordernone;
cursorpointer;
font-weight600;
}
.btn-primary{backgroundvar(--primary);color#fff;}
.btn-outline{
background#fff;
colorvar(--primary);
border2px solid var(--primary);
}
HERO
.hero{
padding80px 60px;
displaygrid;
grid-template-columns1fr 1fr;
align-itemscenter;
}
.hero h1{font-size42px;line-height1.3;}
.hero h1 span{colorvar(--secondary);}
.hero p{margin20px 0;color#475569;}
.hero .actions .btn{margin-right10px}
HOSTING CARDS
.section{padding70px 60px;}
.section h2{text-aligncenter;font-size32px;margin-bottom40px;}
.cards{
displaygrid;
grid-template-columnsrepeat(auto-fit,minmax(260px,1fr));
gap25px;
}
.card{
background#fff;
border1px solid var(--border);
border-radius14px;
padding25px;
transition.3s;
positionrelative;
}
.cardhover{
transformtranslateY(-6px);
border-colorvar(--primary);
}
.badge{
positionabsolute;
top-12px;
right20px;
backgroundvar(--accent);
color#fff;
padding6px 14px;
border-radius20px;
font-size12px;
}
.price{
font-size28px;
colorvar(--secondary);
font-weight700;
}
.card ul{margin20px 0;}
.card ul li{list-stylenone;margin10px 0;color#334155;}
.card ul libefore{
content✔;
color#22C55E;
margin-right8px;
}
WORDPRESS SECTION
.wp{
backgroundlinear-gradient(135deg,var(--primary),#1E40AF);
color#fff;
padding70px 60px;
displaygrid;
grid-template-columns1fr 1fr;
align-itemscenter;
}
.wp h2{font-size34px;margin-bottom15px;}
.wp p{opacity.9}
DOMAIN
.domain{
text-aligncenter;
}
.domain input{
padding14px;
width280px;
border-radius6px;
border2px solid var(--primary);
}
.domain button{
padding14px 20px;
margin-left5px;
backgroundvar(--accent);
bordernone;
border-radius6px;
font-weight700;
}
FOOTER
footer{
background#020617;
color#CBD5E1;
padding50px 60px;
}
footer a{color#CBD5E1;text-decorationnone;displayblock;margin6px 0;}
footer ahover{colorvar(--secondary);}
RESPONSIVE
@media(max-width900px){
.hero,.wp{grid-template-columns1fr}
}
style
head
body
header
div class=logoSufiHostdiv
nav
a href=#Hostinga
a href=#Domainsa
a href=#Supporta
nav
button class=btn btn-primaryClient Areabutton
header
section class=hero
div
h1Boost Your Website Performance with spanHigh-Speed & Reliablespan Web Hostingh1
pPowerful servers, SSD storage & 247 support.p
div class=actions
button class=btn btn-primaryExplore Hosting Plansbutton
button class=btn btn-outlineView Offersbutton
div
div
section
section class=section
h2Premium Web Hosting Solutionsh2
div class=cards
div class=card
div class=price$2.99modiv
ul
liSSD Storageli
liFree SSLli
licPanelli
ul
button class=btn btn-primaryOrder Nowbutton
div
div class=card
div class=badgePopulardiv
div class=price$5.99modiv
ul
liUnlimited Websitesli
liDaily Backupli
liLiteSpeedli
ul
button class=btn btn-primaryOrder Nowbutton
div
div class=card
div class=price$9.99modiv
ul
liReseller Hostingli
liWHM Accessli
liWhite-Labelli
ul
button class=btn btn-primaryOrder Nowbutton
div
div
section
section class=wp
div
h2Launch WordPress in One Clickh2
pOptimized servers for maximum speed & security.p
div
section
section class=section domain
h2Domain Name Registrationh2
input type=text placeholder=Enter domain name
buttonSearchbutton
section
footer
h3SufiHosth3
a href=#Shared Hostinga
a href=#Reseller Hostinga
a href=#Contact Supporta
footer
body
html