Skip to content

Commit

Permalink
Enhancement in Widget Menu.
Browse files Browse the repository at this point in the history
Added Glass Overlay Effect in Widget Menu.
Added Photos Section in Widget Menu
  • Loading branch information
anand-3399 committed Oct 8, 2022
1 parent 08ba9bc commit f615a24
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ figure {
left: -1000px;
transition: all 0.5s ease-in;
height: calc(100% - 90px);
width: 50%;
margin-left: 40px;
width: 45%;
margin-left: 20px;
position: absolute;
bottom: 50px;
z-index: 90;
Expand All @@ -417,17 +417,18 @@ figure {

.AllWidget {
height: max-content;
width: calc(95% - 20px);
/* width: calc(95% - 20px); */
background-color: red;
margin-left: 8px;
/* margin-left: 8px; */
border-radius: 8px;
margin-top: 10px;
}

.WidgetsPlace {
display: grid;
grid-template-columns: repeat(2, 1fr);
/* grid-template-rows: repeat(5, 1fr); */
margin: 0 34px;
grid-gap: 0 15px;
}

.topMenuWidget {
Expand Down Expand Up @@ -470,12 +471,12 @@ figure {
.Wheather .MainContentWindow {
display: flex;
justify-content: center;
width: 80%;
margin-left: 10%;
/* width: 80%;
margin-left: 10%; */
}

.Wheather .leftPart {
width: -webkit-fill-available;
/* width: -webkit-fill-available; */
}

.Wheather .leftPart .Part1,
Expand Down Expand Up @@ -505,7 +506,7 @@ figure {
}

.Wheather .leftPart .Part2 p {
margin-left: 2rem;
margin-left: 1rem;
}

.Wheather .leftPart .Part3 {
Expand Down Expand Up @@ -548,19 +549,20 @@ figure {

.MicrosoftEdge .MainContentWindow p {
text-align: center;
color: black;
color: white;
font-size: 21px;
font-weight: 400;
margin: 1.5rem;
}

.MicrosoftEdge .MainContentWindow p img {
width: 1rem;
filter: invert(1);
}

.MicrosoftOneDrive {
background-color: #eae9e9;
margin-top: calc(5% - 29px);
margin-top: calc(5% - 25px);
}

.MicrosoftOneDrive .MainApp {
Expand Down

0 comments on commit f615a24

Please sign in to comment.