move js and css to their own directories

This commit is contained in:
Pierre de Lacroix 2025-11-14 15:43:48 +01:00
parent 6429c6a575
commit bc8b5dc172
Signed by untrusted user who does not match committer: lateralus23
GPG key ID: C20C17EC0D98B2DF
7 changed files with 15 additions and 15 deletions

49
css/home.css Normal file
View file

@ -0,0 +1,49 @@
main {
display: block;
color: black;
overflow: hidden;
width: 100%;
min-height: 1000px;
}
footer {
display: block;
height: 100px;
text-align: center;
}
main h1 {
position: relative;
text-align: center;
margin: auto;
width: 100%;
font-size: clamp(4em, 14vw, 8em);
margin-top: 5%;
}
main h2 {
margin: 4% auto;
text-align: center;
font-size: clamp(2.5em, 5vw, 4em);
}
main p {
margin: 1%;
padding: 1%;
background: white;
background: url(../assets/notebook.jpg);
/* border: solid 1px; */
opacity: 0.92;
display: inline-block;
}
section {
max-width: 1400px;
font-size: 1.5em;
text-align: center;
font-family: Erika;
margin: auto;
margin-bottom: 100px;
columns: 560px;
padding: 2%;
}