Skip to content

Commit

Permalink
added style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-Chamate authored Aug 23, 2023
1 parent 71292c4 commit 3ff9741
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

}

/* *::selection {
color: #ffff;
background-color: #4400ff;
} */

html,body{
width: 100%;
height: 100%;
Expand Down Expand Up @@ -253,6 +258,7 @@ h5:hover{
justify-content: center;
background: transparent;
opacity: 0.9;

}

#second{
Expand Down Expand Up @@ -352,6 +358,11 @@ h5:hover{
font-size: 1.25rem;
}

#textabout p::selection {
color: #ffff;
background-color: #ff0000;
}

#textabout a{
padding: 0.75rem 1.375rem;
border: 0.063rem solid white;
Expand Down

0 comments on commit 3ff9741

Please sign in to comment.