Open main menu
Home
Random
Log in
Settings
About wiki
Terms and conditions of use
wiki
Search
Changes
← Older edit
Newer edit →
Série L’impact des données/Accéder aux données et les transmettre
(view source)
Revision as of 10:17, 12 March 2024
603 bytes added
,
12 March
no edit summary
Line 3:
Line 3:
.button {
.button {
width: 200px;
width: 200px;
+
height: 30px;
+
text-align: center;
+
font-family: 'Roboto', sans-serif;
+
font-size: 11px;
+
letter-spacing: 2px;
+
font-weight: 500;
+
color: #000;
+
background-color: #85EBFF;
+
border: none;
+
border-radius: 45px;
+
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
+
transition: all 0.3s ease 0s;
+
cursor: pointer;
+
outline: none;
+
padding-top: 15px;
+
padding-left: 15px;
+
text-transform: uppercase;
+
}
+
+
.button-access {
+
width: 300px;
height: 30px;
height: 30px;
text-align: center;
text-align: center;
Line 23:
Line 44:
.button:hover {
.button:hover {
+
background-color: #fff;
+
box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
+
color: #fff;
+
transform: translateY(-3px);
+
}
+
+
.button-access:hover {
background-color: #fff;
background-color: #fff;
box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
Line 105:
Line 133:
<p class="button"><strong>[https://catalogue.csps-efpc.gc.ca/product?catalog=DDN3-E31&cm_locale=fr Inscrivez-vous]</strong></p>
<p class="button"><strong>[https://catalogue.csps-efpc.gc.ca/product?catalog=DDN3-E31&cm_locale=fr Inscrivez-vous]</strong></p>
−
<p class="button"><strong>[https://expo.da-an.ca/fr/#/2125-DDN3-E31/accueil Accéder à l’événement]</strong></p>
+
<p class="button
-access
"><strong>[https://expo.da-an.ca/fr/#/2125-DDN3-E31/accueil Accéder à l’événement]</strong></p>
<br>
<br>
Gcdc-cdgc
385
edits