Skip to content
Snippets Groups Projects
Commit 12f9e95d authored by MEHIAOUI Mohamed's avatar MEHIAOUI Mohamed
Browse files

design de la page de presentation: ajout img orginale

parent ee48ea85
Branches
No related tags found
No related merge requests found
...@@ -63,6 +63,20 @@ body{ ...@@ -63,6 +63,20 @@ body{
text-align: center; text-align: center;
margin-bottom: 40px; margin-bottom: 40px;
} }
.projetAndOriginal{
display: flex;
justify-content: space-around;
align-items: center;
gap: 20px;
width: 100%;
height: 100%;
.original{
width: 50%;
height: 500px;
border: 1px solid red;
background-image: url(img.jpg);
}
}
} }
} }
...@@ -35,7 +35,10 @@ ...@@ -35,7 +35,10 @@
<!-- JQuery pour afficher les erreurs --> <!-- JQuery pour afficher les erreurs -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Mon script avec un chemin relatif --> <!-- Mon script avec un chemin relatif -->
<div class="scene"><script type="module" src="projet.js"></script></div> <div class="projetAndOriginal">
<div class="scene"><script type="module" src="projet.js"></script></div>
<div class="original"></div>
</div>
</main> </main>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment