Skip to content

Commit

Permalink
updated again
Browse files Browse the repository at this point in the history
  • Loading branch information
duck2469 authored Apr 21, 2024
1 parent 7425f9d commit b6d290c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pages/blogs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ body {

.navbar {
position: fixed; /* position: fixed makes this always on screen */
height: 20px; /* height sets the height */
height: 19px; /* height sets the height */
top: 0; /* top sets the top position */
width: 100%; /* width: 100% makes this fill the screen */
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
/* padding: 10px; /* Padding is the area inside of the box that is padded */
padding: 10px; /* Padding is the area inside of the box that is padded */
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
display: table-cell; /* Changes the way how elemnts are organised */
}
Expand Down
4 changes: 2 additions & 2 deletions pages/mods/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ body {

.navbar {
position: fixed; /* position: fixed makes this always on screen */
height: 20px; /* height sets the height */
height: 19px; /* height sets the height */
top: 0; /* top sets the top position */
width: 100%; /* width: 100% makes this fill the screen */
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
/* padding: 10px; /* Padding is the area inside of the box that is padded */
padding: 10px; /* Padding is the area inside of the box that is padded */
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
display: table-cell; /* Changes the way how elemnts are organised */
}
Expand Down
4 changes: 2 additions & 2 deletions pages/tabs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ body {

.navbar {
position: fixed; /* position: fixed makes this always on screen */
height: 20px; /* height sets the height */
height: 19px; /* height sets the height */
top: 0; /* top sets the top position */
width: 100%; /* width: 100% makes this fill the screen */
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
/* padding: 10px; /* Padding is the area inside of the box that is padded */
padding: 10px; /* Padding is the area inside of the box that is padded */
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
display: table-cell; /* Changes the way how elemnts are organised */
}
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ body {

.navbar {
position: fixed; /* position: fixed makes this always on screen */
height: 20px; /* height sets the height */
height: 19px; /* height sets the height */
top: 0; /* top sets the top position */
width: 100%; /* width: 100% makes this fill the screen */
background-color: rgb(137, 3, 3); /* Background-Color sets the background color of an element */
background: linear-gradient(rgb(191 1 1),rgb(113 8 8)); /* Background can also set the background color of an element, but can do way more. I use it here for just in case browser don't support linear-gradient */
/* padding: 10px; /* Padding is the area inside of the box that is padded */
padding: 10px; /* Padding is the area inside of the box that is padded */
box-shadow: 0 0 15px 0 rgb(0 0 0); /* box-shadow makes a drop shadow. confusing */
display: table-cell; /* Changes the way how elemnts are organised */
}
Expand Down

0 comments on commit b6d290c

Please sign in to comment.