30 lines
1.1 KiB
CSS
30 lines
1.1 KiB
CSS
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* global.css :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/09/19 23:57:22 by edbernar #+# #+# */
|
|
/* Updated: 2024/09/27 16:35:52 by madegryc ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
border: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #020202;
|
|
user-select: none;
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
scroll-behavior: smooth;
|
|
} |