Skip to content

Commit

Permalink
Solve the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FaranoshAmini committed Jan 13, 2024
1 parent 0dca6d3 commit 7f7f815
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ section {
.headline {
display: flex;
justify-content: center;
background-image:
url(./Images/Mobile-version/background-1.png),
background-image:
url(./Images/Mobile-version/background-1.png),
url(./Images/Mobile-version/background-2.png);
background-repeat: no-repeat;
background-size: cover;
Expand Down Expand Up @@ -280,7 +280,7 @@ h1 {
margin: 0;
}

.mainmenu->li {
.mainmenu- > li {
margin: 10px;
list-style: none;
}
Expand Down Expand Up @@ -394,7 +394,7 @@ h1 {
display: inline;
}

.mainmenu>li:hover {
.mainmenu > li:hover {
margin: 10px;
list-style: none;
margin-right: 3px;
Expand Down Expand Up @@ -664,8 +664,8 @@ h1 {
gap: 12px;
border: none;
outline: none;
background-image:
url(./Images/Mobile-version/contact-1.png),
background-image:
url(./Images/Mobile-version/contact-1.png),
url(./Images/Mobile-version/contact-2.png);
background-position: right top, left top;
background-repeat: no-repeat, no-repeat;
Expand Down Expand Up @@ -1299,8 +1299,8 @@ header #nav .logo {
}

.contact {
background-image:
url(./Images/Desktop-version/backgroung-3.png),
background-image:
url(./Images/Desktop-version/backgroung-3.png),
url(./Images/Desktop-version/background-4.png);
background-size: 1520px;
background-repeat: no-repeat;
Expand Down Expand Up @@ -1372,4 +1372,4 @@ header #nav .logo {
color: rgb(12, 30, 133);
font-style: italic;
}
}
}

0 comments on commit 7f7f815

Please sign in to comment.