Ce site est disponible à l'adresse suivante : https://serny-nsi.alwaysdata.net/ https://serny-nsi.alwaysdata.net/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

3 years ago
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&display=swap');
body {
margin: 0;
}
main {
display: flex;
flex-direction: row;
justify-content: center;
width: 100vw;
height: 100vh;
background-image: radial-gradient(circle at 32.47% 115.42%, #ffc100 0, #ffb200 8.33%, #ffa014 16.67%, #ff8c2a 25%, #ff7638 33.33%, #ff5e41 41.67%, #f94646 50%, #e12e49 58.33%, #cb164b 66.67%, #b7004e 75%, #a60052 83.33%, #970056 91.67%, #8a005c 100%);
& .title {
display: flex;
flex-direction: column;
justify-content: center;
& h1, & h1:visited, & h1:link, & h1:active {
padding: 1em;
background-color: #fff;
box-shadow:-1px -1px 15px 0px rgba(255, 255, 255, 0.75);
& a {
color: black;
text-decoration: none;
font-size: 3.5em;
font-family: "Playfair Display", sans-serif;
font-weight: 700;
transition: font-size 0.75s ease-in-out;
&:hover {
transition: font-size 0.75s ease-out;
font-size: 5em;
}
}
}
}
3 years ago
}