-
-
Save robihamdani/ee2a5d3ef8c9e87e28a3b156afda65ce to your computer and use it in GitHub Desktop.
Testing WA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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