Skip to content

Commit

Permalink
mise a jour
Browse files Browse the repository at this point in the history
  • Loading branch information
khalid saaf committed Jul 24, 2020
1 parent 176b46c commit 4596d13
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Team.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&family=Playfair+Display+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/Team.css">
<link rel="stylesheet" href="css/style.css">



<title>Document</title>
Expand Down
19 changes: 18 additions & 1 deletion css/Team.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/Team.css.map

Large diffs are not rendered by default.

21 changes: 20 additions & 1 deletion scss/Team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ hr {
}
.sectionTeam2 {
width: 100%;
height: 2500px;
height: 2000px;
// align-content: space-between;
// display: flex;
// flex-direction: column;
Expand All @@ -287,6 +287,25 @@ hr {
}

}
.block1-team2 {
margin-top: 30px;
margin-left: 15px;
p {
font-size: 12px;
}
h2 {
font-size: 16px;
}
h1 {
font-size: 22px;
}

}
.block1-team1 {
margin-left:50px;
margin-top: 25px;

}

}
}

0 comments on commit 4596d13

Please sign in to comment.