Skip to content

Commit

Permalink
fix: css add
Browse files Browse the repository at this point in the history
  • Loading branch information
num3robis committed May 31, 2023
1 parent 97e4bc4 commit 1bd537b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 24 deletions.
14 changes: 10 additions & 4 deletions src/exercices/ex01/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand All @@ -13,8 +13,13 @@ body {
color: #ffb6c1;
font-size: 20px;
}
.navbar a {
text-decoration: none;
color: #000000;
margin: 0 10px;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -41,7 +46,8 @@ body {
}
.card {
width: auto;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -89,7 +95,7 @@ body {
color: #ffb6c1;
}

/**
/**
* Account
**/
form {
Expand Down
14 changes: 10 additions & 4 deletions src/exercices/ex02/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand All @@ -13,6 +13,11 @@ body {
color: #ffb6c1;
font-size: 20px;
}
.navbar a {
text-decoration: none;
color: #000000;
margin: 0 10px;
}
.visually-hidden {
position: absolute !important;
width: 1px !important;
Expand All @@ -25,7 +30,7 @@ body {
border: 0 !important;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -52,7 +57,8 @@ body {
}
.card {
max-width: 20%;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -101,7 +107,7 @@ body {
background-color: #f0f0f0;
}

/**
/**
* Account
**/
form {
Expand Down
9 changes: 5 additions & 4 deletions src/exercices/ex03/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand Down Expand Up @@ -30,7 +30,7 @@ body {
border: 0 !important;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -57,7 +57,8 @@ body {
}
.card {
max-width: 20%;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -106,7 +107,7 @@ body {
background-color: #f0f0f0;
}

/**
/**
* Account
**/
form {
Expand Down
9 changes: 5 additions & 4 deletions src/exercices/ex04/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand Down Expand Up @@ -30,7 +30,7 @@ body {
border: 0 !important;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -57,7 +57,8 @@ body {
}
.card {
max-width: 20%;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -106,7 +107,7 @@ body {
background-color: #f0f0f0;
}

/**
/**
* Account
**/
form {
Expand Down
9 changes: 5 additions & 4 deletions src/exercices/ex05/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand Down Expand Up @@ -30,7 +30,7 @@ body {
border: 0 !important;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -57,7 +57,8 @@ body {
}
.card {
max-width: 20%;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -125,7 +126,7 @@ body {
height: 40px;
}

/**
/**
* Account
**/
form {
Expand Down
9 changes: 5 additions & 4 deletions src/exercices/ex06/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/**
* Global
**/
body {
Expand Down Expand Up @@ -30,7 +30,7 @@ body {
border: 0 !important;
}

/**
/**
* Homepage
**/
.carousel {
Expand All @@ -57,7 +57,8 @@ body {
}
.card {
max-width: 20%;
padding: 100px;
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
display: block;
margin-left: auto;
Expand Down Expand Up @@ -125,7 +126,7 @@ body {
height: 40px;
}

/**
/**
* Account
**/
form {
Expand Down

0 comments on commit 1bd537b

Please sign in to comment.