Skip to content

Commit

Permalink
Minor bugs in portfolio resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
SherazAhmed520 committed Dec 5, 2023
1 parent bf94f85 commit 12921b1
Showing 1 changed file with 10 additions and 32 deletions.
42 changes: 10 additions & 32 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,21 @@ nav {
align-items:center;
gap: 20px;
width: 100%;
<<<<<<< HEAD
padding: 15px;

padding: 10px;
cursor: pointer;
top: 0;
position: fixed;
/* background-color: transparent; */
background-color: #edf2f898;
=======
padding: 20px;
position: sticky;
background-color: #00c3ff5f;
cursor: pointer;
top: 0;
background-color: transparent;
/* background-image: url(bg_Img.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat; */
color: #000;
>>>>>>> 2b1bcb24f641b6c688674f80eb53a627733be575
}



#logo{
width: 200px;
height: 50px;
margin-top: 5px;
background-image: url('SherX.png');
background-position: center;
background-size: cover;
Expand All @@ -50,6 +39,8 @@ nav {

nav a{
text-decoration: none;
color: blue;
/* color: #877FE1; */
position: relative;
}

Expand All @@ -74,7 +65,6 @@ nav #icons_sec ul{
list-style-type: none;
gap: 10px;
font-size: large;
color: black;

}

Expand All @@ -86,7 +76,8 @@ nav #icons_sec ul{
height: 3px;
position: absolute;
transition: all ease 0.5s;
background-color: #0318ff;
background-color: purple;
/* background-color: #0318ff; */
margin-top: 20px;

}
Expand All @@ -95,7 +86,7 @@ nav #icons_sec ul{
}

#icons_sec ul li i:hover{
color: #0318ff;
color: purple;
}


Expand All @@ -108,6 +99,7 @@ nav #icons_sec ul{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 75px;
}

#left_main{
Expand Down Expand Up @@ -243,8 +235,6 @@ span{
background: linear-gradient(to right, #24c6dc, #514a9d);
width: 280px;
height: 300px;
/* background-color: rgba(212, 212, 119, 0.596); */
/* background: linear-gradient(to right, #cc95c0, #dbd4b4, #7aa1d2); */
border-radius: 10px;
display: flex;
justify-content:center;
Expand Down Expand Up @@ -332,17 +322,6 @@ button{
}


/* #skills_sec{
width: 100%;
background-image: url('bg_Img.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 50px;
display: flex;
align-items: center;
flex-direction: column;
} */
#skills_sec h1{
text-align: center;
font-size: 40px ;
Expand Down Expand Up @@ -568,7 +547,6 @@ textarea:hover{
width: 30px;
}


h6{
text-align: center;
}

0 comments on commit 12921b1

Please sign in to comment.