Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elisacruzcas/Wild-advisor into main
Browse files Browse the repository at this point in the history
  • Loading branch information
elisacruzcas committed Oct 8, 2021
2 parents bc4a28e + d813938 commit 817b0c4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 4 deletions.
Binary file removed assets/.DS_Store
Binary file not shown.
Binary file removed assets/placeholder.jpeg
Binary file not shown.
Binary file removed assets/placeholder1.jpg
Binary file not shown.
Binary file removed assets/placeholder2.jpeg
Binary file not shown.
Binary file removed assets/pouce_1.jpeg
Binary file not shown.
Binary file removed assets/surprise_7.jpg
Binary file not shown.
Binary file removed assets/team.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/png" href="assets/favicon.png"/>
<link rel="icon" type="image/png" href="assets/Wild-advisor-logo.png" />
</head>

<body>
Expand Down
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background-color: var(--darker-gray);
font-size: 48px;
font-weight: 900;
padding-top: 2vh;
}

h2 {
Expand Down Expand Up @@ -146,13 +147,17 @@ select {
width: 100%;
height: auto;
flex-direction: row;
background-color: var(--dark-gray);
}

.card {
width: 100%;
max-height: 35em;
margin-bottom: 4em;
background-color: var(--light-gray);
box-shadow: 3px 3px 5px 3px var(--lighter-gray);
font-family: var(--main-font-family);
font-size: 20px;
}

.card-header {
Expand Down Expand Up @@ -217,7 +222,7 @@ select {
align-self: baseline;
grid-column: 1 / 5;
grid-row: 2;
font-size: small;
font-size: 16px;
}

.prix-enseigne {
Expand All @@ -229,7 +234,7 @@ select {

.avis-enseigne {
grid-column: 5;
grid-row: 1 / 3;
grid-row: 1;
--percent: calc(var(--rating) / 5 * 100%);
display: inline-block;
font-size: 24px;
Expand Down Expand Up @@ -279,17 +284,20 @@ select {
.descript-text {
grid-column: 1;
grid-row: 1;
font-size: 16px;
}


.descript-site {
grid-column: 4;
grid-row: 1;
font-size: 16px;
}

.descript-coord {
grid-column: 1;
grid-row: 4;
font-size: 16px;
}

.btn-close-card {
Expand Down Expand Up @@ -324,7 +332,7 @@ main {

footer {
padding: 5px 25px 5px 5px;
background-color: var(--dark-gray);
background-color: var(--darker-gray);
text-align: right;
position: fixed;
bottom: 0;
Expand Down
Binary file removed web/logo/a.png
Binary file not shown.

0 comments on commit 817b0c4

Please sign in to comment.