diff --git a/base.css b/css/base.css similarity index 77% rename from base.css rename to css/base.css index 5eb68f9..e5824e7 100644 --- a/base.css +++ b/css/base.css @@ -1,16 +1,16 @@ @font-face { font-family: Banquise; - src: url(assets/Banquise-Regular.woff); + src: url(../assets/Banquise-Regular.woff); } @font-face { font-family: Dymo; - src: url(assets/Dymo.ttf); + src: url(../assets/Dymo.ttf); } @font-face { font-family: Erika; - src: url(assets/Erika-Type.ttf); + src: url(../assets/Erika-Type.ttf); } html, body { @@ -25,7 +25,7 @@ a { main { background-color: #413f43; - background-image: url(assets/background.jpg); + background-image: url(../assets/background.jpg); background-repeat: no-repeat; background-size: cover; } @@ -42,7 +42,7 @@ main h1 { nav, footer, aside { background: #d7d7d7; - background: url(assets/paper.avif); + background: url(../assets/paper.avif); padding: 5px; font-family: Erika; } diff --git a/drag.css b/css/drag.css similarity index 100% rename from drag.css rename to css/drag.css diff --git a/home.css b/css/home.css similarity index 94% rename from home.css rename to css/home.css index 6ae74a3..b0fb5bf 100644 --- a/home.css +++ b/css/home.css @@ -31,7 +31,7 @@ main p { margin: 1%; padding: 1%; background: white; - background: url(assets/notebook.jpg); + background: url(../assets/notebook.jpg); /* border: solid 1px; */ opacity: 0.92; display: inline-block; diff --git a/poster.css b/css/poster.css similarity index 90% rename from poster.css rename to css/poster.css index cb1ed6a..076c19f 100644 --- a/poster.css +++ b/css/poster.css @@ -4,7 +4,7 @@ body { } aside { - background: url(assets/notebook.jpg); + background: url(../assets/notebook.jpg); width: fit-content; } diff --git a/index.html b/index.html index 5a5639d..2706787 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ - - - - + + + + stickers diff --git a/drag.js b/js/drag.js similarity index 100% rename from drag.js rename to js/drag.js diff --git a/poster.html b/poster.html index 70324d0..c203227 100644 --- a/poster.html +++ b/poster.html @@ -3,10 +3,10 @@ - - - - + + + + stickers