Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
7Kushal committed Jan 18, 2021
1 parent 379a190 commit cae1b25
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ body {
margin: 0;
}
.nightModeButton_1{
border-radius: 20px;
border-radius: 01px;
/* padding: 1px 15px 1px 15px; */
float: right;
margin: 0;
margin-right: 10px;
border: none;
text-align: center;
/* text-align: center; */
background: #333333;
background-color: white;
font-size: 18px;
margin-bottom: 1%;
position: relative;
/* margin-bottom: 10px; */
position: absolute;
top: 25%;
bottom: 50%;
/* top: 50%;
left: 4px; */
/* bottom: 50%; */
Expand Down

0 comments on commit cae1b25

Please sign in to comment.