CSS Variable Begin

This commit is contained in:
MasterAcnolo
2025-07-01 13:51:42 +02:00
parent c888946588
commit 10cefdba19
3 changed files with 28 additions and 19 deletions

View File

@@ -3,7 +3,8 @@
@import url("layout/ctr-infos.css");
@import url("layout/header.css");
@import url("layout/videoinfo.css");
@import url("button/checkbox.css");
@import url("components/checkbox.css");
@import url("variables.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@@ -11,22 +12,22 @@ html,body{
margin: 0;
padding: 0;
scroll-behavior: smooth;
/* outline: 2px solid red; */
font-family: "Poppins", sans-serif;
/* outline: 2px solid red; */ /*<-- Utile pour le début ça */
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
body {
margin: 0;
/* background-color: #f5f5f5; */
background-image: linear-gradient(to left top, #838383, #a1a1a1, #bfbfbf, #dfdfdf, #ffffff);
background-color: var(--background-color);
/* background-image: linear-gradient(to left top, #838383, #a1a1a1, #bfbfbf, #dfdfdf, #ffffff);
background-size: cover;
background-position: center;
background-attachment: fixed;
background-attachment: fixed; */
width: 100%;
height: 100%;
color: #333;
color: #F8FAFC;
display: flex;
justify-content: center;
align-items: center;
@@ -34,9 +35,15 @@ body {
flex-direction: column;
align-items: center;
}
header p{
color: var(--subtitle-color);
}
.checkbox-inline{
color: var(--mp3-text-color);
}
/* #videoInfo {
margin-top: 100px;