Skip to content

Commit

Permalink
Update login.css
Browse files Browse the repository at this point in the history
helping understand code better
  • Loading branch information
harbakshsinghbaath authored Oct 2, 2024
1 parent 8cdf55b commit ce5bdb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions login/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin: 0;
padding: 0;
}

/*to change bg image use here*/
body {
background: url("https://images.pexels.com/photos/7135057/pexels-photo-7135057.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2") no-repeat center center fixed;
background-size: cover;
Expand Down Expand Up @@ -78,7 +78,7 @@ input[type="text"]:focus, input[type="password"]:focus {
margin: 0;
padding: 0;
}

/* and here for bg image*/
body {
background: url('https://images.pexels.com/photos/7135057/pexels-photo-7135057.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') no-repeat center center fixed;
background-size: cover;
Expand Down Expand Up @@ -157,7 +157,7 @@ body{
display:inline-block;
margin:15px;
}

/*login button*/
.button a{
color:white;
font-family:Helvetica, sans-serif;
Expand Down

0 comments on commit ce5bdb5

Please sign in to comment.