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

ecriture du css

parent 7b50c55a
Branches
No related tags found
No related merge requests found
......@@ -53,30 +53,31 @@ body{
justify-content: center;
align-items: center;
.centre{
border: none;
width: 100%;
padding: 40px;
font-size: 20px;
font-weight: bold;
color: cadetblue;
.projetAndOriginal {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px; /* Espacement entre les deux éléments */
margin-top: 20px;
}
.scene, .original {
width: 50%;
text-align: center;
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);
}
.original img {
max-width: 100%;
height: auto;
border: 2px solid black;
}
#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