Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tried making navigation bar pls check #407

Merged
merged 2 commits into from
Oct 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions anime stuff and etc .html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title> anime suff and etc </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css files/bootstrap.css">
<link rel="stylesheet" href="css files/styling.css">
</head>
<body>
<div id="bg"></div>
<header>
<nav class="navbar">
<ul >
<li><a href="#" class="glyphicon glyphicon-home">home</a></li>
<li><a href="#" class="glyphicon glyphicon-facetime-video">anime</a></li>
<li><a href="#" class="glyphicon glyphicon-sunglasses">manga&manhuwa</a></li>
<li><a href="#" class="glyphicon glyphicon-book">blog</a></li>
<li><a href="#" class="glyphicon glyphicon-search">etc</a></li>
</ul>
</nav>
</header>
</body>
</html>
54 changes: 54 additions & 0 deletions styling.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@

header h6{
color:white;

}
span{
color: #000000;
}
.intro{
font-size:20px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
font-family:arial;
}

div{

}
#b:hover{
color:#00ffff;
text-shadow: 0px 2px 0px #ff4dc4;
transition-duration: 1s;
letter-spacing: 2px;
}
nav{

background-color:#3b3b3b;
border-radius: 0px 0px 5px 5px;
height:6%;
box-shadow:5px 5px 6px #ff1a1a;
position: absolute;
display:inline;
}
nav ul{
flex:1;
text-align:right;
float:right;
}
nav ul li{
color:white;
list-style:none;
display:inline-block;
font-size:15px;
padding:5px;
}
a:visited {
color:white;
}
a:hover{
color:#ff1a1a;
text-decoration:none;
}