Skip to content

Commit

Permalink
button clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pkzstar committed Nov 26, 2023
1 parent 5a04ebd commit b5a4aee
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,40 @@ a:link { color: black;}
background: linear-gradient(90deg, rgb(4, 37, 0)5%, rgb(21, 180, 0)75%, rgb(233, 0, 182)90%, rgb(82, 0, 121));
padding: 30px;
}
.Nav-Text {
a:visited { background-color: rgb(50, 185, 152);}
a:link { background-color: rgb(50, 185, 152);}
a:visited { border-radius: 50%;}
a:link { border-radius: 50%;}
a:visited { padding-left: 20px;}
a:link { padding-left: 20px;}
a:visited { padding-right: 20px;}
a:link { padding-right: 20px;}
a:link { box-shadow: 0 0 3px 0 rgb(0, 196, 16);
transition: .3s;
border-block-color: green;
border-style: double;
border-block-style: groove;
border-block-width: thick;}
a:visited { box-shadow: 0 0 3px 0 rgb(0, 196, 16);
transition: .3s;
border-block-color: green;
border-style: double;
border-block-style: groove;
border-block-width: thick;}
.Nav-Text:hover {
a:link { border-inline-color: rgb(0, 146, 172);
border-style: double;
border-block-color: rgb(255, 255, 255);
border-block-style: groove;
border-block-width: thick;}
a:visited { border-inline-color: rgb(0, 146, 172);
border-style: double;
border-block-color: rgb(255, 255, 255);
border-block-style: groove;
border-block-width: thick;}
}
}
.Nav-Upcoming {
margin-inline: 25px;
display: inline-block;
Expand Down Expand Up @@ -47,11 +81,19 @@ img.plussidenetnav {
height: 50px;
width: auto;
}
.twitterlink:hover {
height: 75px;
width: auto;
}
.youtubelink {
float: right;
height: 50px;
width: auto;
}
.youtubelink:hover {
height: 75px;
width: auto;
}
.Events {
border-inline-color: rgb(0, 146, 172);
font-family: Nunito;
Expand Down Expand Up @@ -146,7 +188,17 @@ img.plussidenetnav {
border-radius: 50%;
padding-left: 20px;
padding-right: 20px;
box-shadow: 0 0 3px 0 rgb(0, 196, 16);
transition: .3s;
border-block-color: green;
border-style: double;
border-block-style: groove;
border-block-width: thick;
}
.startgg:hover {
color: slateblue;
border-inline-color: slateblue;
border-style: double;
border-block-style: groove;
border-block-width: thick;
}

0 comments on commit b5a4aee

Please sign in to comment.