Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
haceneouserir authored Sep 24, 2021
1 parent 4db6191 commit 01f02f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ body {
background-color: #636E72;
}

/* Style Header */
/* Style header */
header {
background-color: #0984E3;
width: 100%;
height: auto;
border-bottom: 5px solid #000;
}

/* Style Navbar */
/* Style navbar */
.navbar {
width: 100%;
padding: 10px;
Expand All @@ -86,15 +86,15 @@ header {
display: none;
}

/* Style Multi sections & Footer */
/* Style multi sections & footer */
.portfolio, .services, .review, .contactMe, footer {
width: 100%;
height: auto;
padding: 20px;
margin-bottom: 20px;
}

/* Add Flexbox properties */
/* Add flexbox properties */
.skills, .allServices, .cards, footer {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -172,7 +172,7 @@ header {
padding: 10px;
}

/* Footer */
/* Style footer */
footer {
width: 100%;
height: 75px;
Expand All @@ -181,7 +181,7 @@ footer {
margin-bottom: 0;
}

/* Copyright & Social divs */
/* Copyright & social divs */
.copyright, .social {
margin: 50px;
}
Expand Down Expand Up @@ -304,4 +304,4 @@ footer {
.social i {
padding: 12px;
}
}
}

0 comments on commit 01f02f0

Please sign in to comment.