21 أسطر
686 B
HTML
21 أسطر
686 B
HTML
<!DOCTYPE html>
|
|
<html lang='ar' dir='rtl'>
|
|
<head>
|
|
<meta charset='UTF-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
|
<title>Arabic UI Kit</title>
|
|
<link rel='stylesheet' href='style.css'>
|
|
</head>
|
|
<body>
|
|
<header class='hdr'><h1>Arabic UI Kit</h1><nav><a href='#'>Home</a><a href='#'>Components</a></nav></header>
|
|
<main>
|
|
<section><h2>Buttons</h2>
|
|
<button class='btn btn-primary'>Primary</button>
|
|
<button class='btn btn-success'>Success</button>
|
|
<button class='btn btn-danger'>Danger</button></section>
|
|
<section><h2>Card</h2>
|
|
<div class='card'><h3>Title</h3><p>Arabic RTL card content.</p></div></section>
|
|
</main>
|
|
<footer>Built on GitPasha</footer>
|
|
</body></html>
|