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

ecriture du css

parent 7b50c55a
No related branches found
No related tags found
No related merge requests found
...@@ -53,30 +53,31 @@ body{ ...@@ -53,30 +53,31 @@ body{
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.centre{ .projetAndOriginal {
border: none; display: flex;
width: 100%; justify-content: center;
padding: 40px; align-items: flex-start;
font-size: 20px; gap: 20px; /* Espacement entre les deux éléments */
font-weight: bold; margin-top: 20px;
color: cadetblue; }
.scene, .original {
width: 50%;
text-align: center; text-align: center;
margin-bottom: 40px;
} }
.projetAndOriginal{
display: flex; .original img {
justify-content: space-around; max-width: 100%;
align-items: center; height: auto;
gap: 20px; border: 2px solid black;
width: 100%;
height: 100%;
.original{
width: 50%;
height: 500px;
border: 1px solid red;
background-image: url(img.jpg);
}
} }
#webGL {
margin-bottom: 20px;
font-size: 1.2em;
font-weight: bold;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment