Skip to content

Instantly share code, notes, and snippets.

View mohammad-hammal's full-sized avatar

mohammad-hammal mohammad-hammal

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Navigation</title>
/* some css reset */
html, body, div,
ul, li, header,nav{
margin: 0;
padding: 0;
.logo{
float: left;
}
nav{
float: right;
.logo img{
width: 115px;
height: 45px;
}
display:flex;
justify-content:space-between;
flex-wrap:wrap;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Navigation</title>
header {
margin: 0;
padding: 0;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
background-image: url(idea.jpg);
background-position: center center;
background-size: cover;
header{background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(idea.jpg);}