Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattmog committed Nov 13, 2024
2 parents 63ac3f6 + bfb7719 commit fd1bca0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Frontend/images/backround.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div style = "text-align: center;">
<div style = "text-align: center; color:black;">
<div class = "header">
<h1 class = "header-text"> <img src = "images/people.svg" title="instagram_logo"style="width:1em;height:1em;"> UnfollowersTracker</h1>
</div>
Expand Down
14 changes: 7 additions & 7 deletions Frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
margin:0;
padding:0;
font-family: "Baskerville", sans-serif;

}
body{
background-color:whitesmoke;
}
.header{
margin-top: 25px;
margin-top: 20px;
height: 30px;
display: flex;
justify-content: space-between;
Expand All @@ -29,7 +30,7 @@ body {
background-attachment: fixed;
background-image: url('images/backround.svg');
background-size: cover;
background-repeat: no-repeat;
/* background-repeat: no-repeat; */
background-position: bottom 100%;
}
.form-box{
Expand All @@ -40,16 +41,15 @@ body {
position: relative;
justify-content: center;
margin: 6% auto;
background: #fff;
outline: #fff;
padding: 5px;
border-radius: 60px;
box-shadow: 0 0 20px 9px #ff61241f;
}
.button-box{
width:220px;
margin:35px auto;
position: relative;
box-shadow: 0 0 20px 9px #ff61241f;
box-shadow: 0 0 20px 9px #ff24241f;
border-radius: 10px;
}
.toggle-btn{
Expand Down Expand Up @@ -103,7 +103,7 @@ body {
cursor: pointer;
display: block;
margin: auto;
box-shadow: 0 0 20px 9px #ff61241f;
box-shadow: 0 0 20px 9px #ff24241f;
background: rgb(255, 0, 0, 0.7);
border:0;
outline:none;
Expand Down Expand Up @@ -207,7 +207,7 @@ input[type="file"]{
margin: 10px 10px 30px 0;
}
#login-screen{
left:58px;
left:54px;
}
#register-screen{
left:458px;
Expand Down

0 comments on commit fd1bca0

Please sign in to comment.