diff --git a/UnMeme.php b/UnMeme.php new file mode 100755 index 0000000..273421c --- /dev/null +++ b/UnMeme.php @@ -0,0 +1,39 @@ + + + + + menu + + + + + + + + + +
+ + + +
+
+ + bonjour + Ici on se concentre sur un seul meme. + à afficher en grand dans un div, en dessous il faut le titre du meme, une courte description du créateur, le nom du créateur. + à droite une suite de commentaires, le nombre de likes et de commentaires, et un bouton partager. + +
+
+ + +
Une glycémie trop basse venez voir notre boutique de sodaramel
+
+
+ + \ No newline at end of file diff --git a/css/UnMeme.css b/css/UnMeme.css new file mode 100644 index 0000000..e69de29 diff --git a/css/index.css b/css/index.css index 4f29521..179a28b 100755 --- a/css/index.css +++ b/css/index.css @@ -5,10 +5,6 @@ --meme-vsize: 26vw; } - .page{ - background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141)); - z-index:2; - } .Liste{ width:100%; diff --git a/css/style.css b/css/style.css index 49f5540..8ea5b24 100755 --- a/css/style.css +++ b/css/style.css @@ -26,10 +26,13 @@ main{ grid-row-start: 2; grid-row-end: 2; width: 100%; - background: rgba(255, 0, 0, 0.1); z-index:3; + background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141)); + z-index:2; + min-height: 100%; } + .pubG{ grid-column-start : 1; grid-column-end: 1; diff --git a/css/upload.css b/css/upload.css new file mode 100644 index 0000000..7cc638b --- /dev/null +++ b/css/upload.css @@ -0,0 +1,13 @@ +.generalPanel{ + margin-right: auto; + margin-left: auto; + margin-top: 15%; + margin-bottom: 15%; + width:70%; + background: rgba(150, 0, 0, 0.212); + + border-style:solid; + border-width:10px; + border-color: white; + border-radius:100px; +} \ No newline at end of file diff --git a/header.php b/header.php index cfa3c6f..cf1cfdc 100755 --- a/header.php +++ b/header.php @@ -6,9 +6,9 @@