Skip to content

Commit 050f0b4

Browse files
committed
html-css-module-project
1 parent 2eafd55 commit 050f0b4

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ body {
55
font-family: 'Roboto', sans-serif;
66
-webkit-font-smoothing: antialiased;
77
}
8+
.navbar {
9+
display: flex;
10+
justify-content: flex-end;
11+
margin-right: 10px;
12+
}
13+
814

915
/**
1016
* Add your custom styles below

index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@
1010
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
1111
</head>
1212
<body>
13-
14-
<!-- Add your HTML markup here -->
15-
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
16-
<!-- All the images you need are in the 'img' folder -->
13+
14+
<nav>
15+
<button>Meet Karma</button>
16+
<button>How it works</button>
17+
<button>Store</button>
18+
<button>blog</button>
19+
<button>Help</button>
20+
<button>Login</button>
21+
</nav>
22+
<h1>Introudicing Karma</h1>
23+
<h2>Bring wifi with you,everywhere you go</h2>
24+
<button>Learn more</button>
1725

1826
</body>
1927
</html>

0 commit comments

Comments
 (0)