"Robotics HARUN PEHLİVAN"
Bootstrap 4.1.1 Snippet by harunpehlivan

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
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Robotics HARUN PEHLİVAN </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="left-box">
<div class="wrapper">
<div class="logo">
HARUN PEHLIVAN Robotics
</div>
<div class="search-box">
<img src="https://res.cloudinary.com/tercuman-b-l-m-merkez/image/upload/v1601759658/search_pxgutr.png" alt="">
<input type="text" placeholder="search">
</div>
<div class="vertical-line"></div>
<ul>
<li><a href="#">Production</a></li>
<li><a href="#">Facility</a></li>
<li><a href="#">Mechanism</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Our Ideas</a></li>
</ul>
</div>
</div>
<div class="right-box">
<nav>
<ul>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
29
30
31
32
33
34
35
36
37
* {
padding: 0;
margin: 0;
}
body {
background: #000;
color: #fff;
font-family: sans-serif;
overflow: hidden;
cursor: none;
}
.banner {
width: 100%;
height: 100vh;
display: flex;
}
.left-box {
flex-basis: 20%;
background: #002e52;
}
.right-box {
flex-basis: 80%;
position: relative;
}
.logo {
width: 150px;
margin: 60px 0;
}
.wrapper {
width: 80%;
margin: auto;
}
.search-box{
display: flex;
background: #fff;
padding: 10px 7px;
border-radius: 20px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: