Skip to content

Instantly share code, notes, and snippets.

@robihamdani
Created July 21, 2019 23:23
Show Gist options
  • Save robihamdani/c32f4b1dd0f2222ef31ed8bd21b7927a to your computer and use it in GitHub Desktop.
Save robihamdani/c32f4b1dd0f2222ef31ed8bd21b7927a to your computer and use it in GitHub Desktop.
Testing WA
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,
shrink-to-fit=no"
/>
<title>Nibbas Tech - We Build Technology</title>
<link rel="icon" href="img/favicon.png" type="image/png" />
<link rel="stylesheet" href="fontawesome/css/all.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/aos.css" />
<style>
#main-navbar a {
border-bottom: 5px solid #f8f9fa;
text-transform: uppercase;
}
#main-navbar a:hover,
#main-navbar .active {
border-bottom-color: brown;
transition: border-color 500ms;
}
#showcase{
background: url('img/show_bg.png');
height: 600px;
padding-top: 150px;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
}
#showcase h1 {
padding-top: 250px;
}
.dark-overlay {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 600px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment