Code :
- #contaier{
- height:100%;
- width:100%;
- margin:auto;
- }
- #entete {
- background: rgb(160, 150, 135);
- text-align: center;
- }
- #infogeneral{
- float:left;
- width:25%;
-
- }
- #Experience{
- float:left;
- width:75%;
- height:100%;
- }
- #Contact{
- background: rgb(158, 49, 49);
- }
- #infoperso{
- border: 1px solid rgb(145, 0, 0);
- background: border-box rgb(158, 149, 149);
- }
- #competance{
- background: rgb(158, 49, 149)
- }
|