html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Compiplus</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<header>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light justify-content-between">
<div class="container">
<a href="#" class="navbar-brend">
<img src="images/logo.png" alt="Compiplus Logo" width="35" height="35">
</a>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">მთავარი <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
font-family: 'Encode Sans Semi Expanded', 'BPG Arial', sans-serif;
}
.introduction {
background: url(../images/bg-5.jpg) no-repeat fixed;
background-size: cover;
height: 500px;
width: 100%;
}
.introduction h1 {
color: white;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run