-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #297 from canada-ca/master
synchronize
- Loading branch information
Showing
28 changed files
with
1,436 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
altLangPage: "https://design.canada.ca/about/digital-transformation-office.html" | ||
date: 2020-11-20 | ||
dateModified: 22023-12-08 | ||
description: "Projets avec nos partenaires" | ||
layout: without-h1 | ||
title: "Projets avec nos partenaires" | ||
--- | ||
<h1 property="name headline" id="wb-cont" dir="ltr">Projets avec nos partenaires</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@charset "utf-8"; | ||
/* CSS Document */ | ||
.card { | ||
/* Add shadows to create the "card" effect */ | ||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
transition: 0.3s; | ||
} | ||
.card a { | ||
color: #333 !important; | ||
text-decoration: none !important; /* no underline */ | ||
} | ||
.card h3 { | ||
text-align: center; | ||
text-decoration: underline !important; /* underline card heading */ | ||
margin-bottom: 50px; | ||
} | ||
/* On mouse-over, add a deeper shadow */ | ||
.card:hover { | ||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6); | ||
} | ||
/* Add rounded corners to the top left and the top right corner of the image */ | ||
.card img { | ||
border-radius: 5px 5px 0 0; | ||
} | ||
/* Add some padding inside the card container */ | ||
.card-container { | ||
padding: 10px 20px 20px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.