Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions static/css/PropostionStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
body {
text-align: left;
margin: 20;
background - image : url ("AfficheFond.jpg");
background-attachment:fixed;
background - repeat : no - repeat ;
color : black ; /* Le texte de la page sera noir */
font - family : serif , " Arial Black ", Arial , Verdana , serif ;
}

fieldset /* les cadres autour des modules de choix */
{
margin : 100 px ;
background - image : url ("AfficheFond.jpg");
}

legend /* titre de section */
{
font - weight : bold ;
background - color : white ;
opacity : 0.3;
color : rgb(0,43,133);
font - size : large ;
}

figure {
text-align: center;
display: inline-block;
padding: 10px;
background: #D7FFE1;
}

em
{
border : 3px blue double ;
font-weigh: bold;
color:red;
}
Empty file removed static/css/style.css
Empty file.