Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#navcontainer
{
  flex-wrap: nowrap;
  width:50vw;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff,
  0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
padding:5px;
position:fixed;
padding: 0;
height: 20px;
  display:inline;
  background-color:black;
  position:fixed;
  color:white;
  border-top: 1px dotted #2E97F2;
  top:0;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;

}

#navcontainer ul li
{
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 78px;
height: 25px;
border-top: 1px solid #2E97F2;
border-left: 0px solid #f5d7b4;
border-bottom: 1px solid #262626;
border-right: 1px solid #262626;
padding: 0;
margin: 0 0 0px 0;
color: #A6A6A6;
text-decoration: none;
display: block;
text-align: center;
font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #F2F2F2;
background: #262626;
}

#navcontainer a:active
{
background: #262626;
color: #fff;
}

#navcontainer li#active a
{
background: #262626;
border-right: 4px solid #2E97F2;
color: #fff;
}

.logo {

  float: left;
  background-color:black;
  display:inline;
  padding:5px;
}
.css3badge {
  display:inline;
  float: right;
  flex-wrap: nowrap;

}
  • Loading branch information
ricoThaka authored May 10, 2024
1 parent 034470e commit 85f9846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ background-size: 80.4px 80.4px;

}



#navcontainer
{
flex-wrap: nowrap;
Expand Down

0 comments on commit 85f9846

Please sign in to comment.