Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Poushmita/Retro into Dark-M…
Browse files Browse the repository at this point in the history
…ode_Toggle
  • Loading branch information
Poushmita committed Nov 4, 2024
2 parents c4053e3 + ae0a9a3 commit 444a0b2
Show file tree
Hide file tree
Showing 8 changed files with 1,815 additions and 517 deletions.
1 change: 1 addition & 0 deletions Css-files/login1.css → Css-files/login-register.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

body {
Expand Down
21 changes: 19 additions & 2 deletions Css-files/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,52 @@

.popup-content {
display: flex;
flex-wrap: wrap;
background-color: #feaea5;
border-radius: 10px;
max-width: 800px;
height: 450px;
overflow: hidden;
position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
overflow-y: scroll;
width: 90%;
}

.popuplogo{
position: absolute;
top: 0;
right: 12px;
height: 50px;
/* height: 50px; */
margin: 0;
padding: 0.2rem .6rem;
border-radius: 10px;
background-color: #feaea5;
}
/* .popuplogo b{
margin: 0;
} */

.popup-left img {
width: 100%;
height: 100%;
object-fit: cover;
}

.popup-left {
flex-grow: 1;
width: 50%;
min-width: 250px;
}
.popup-right {
padding: 20px;
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex-grow: 1;
text-align: center;
/* min-width: 300px; */
}

.popup h1 {
Expand Down
159 changes: 0 additions & 159 deletions Css-files/signup1.css

This file was deleted.

Loading

0 comments on commit 444a0b2

Please sign in to comment.