body{ background-color: Gainsboro; color: #FF69B4; } header{ font-size: 1.8em; text-decoration: underline; color: #FE2FA5; } div#bandeau{ margin-left: 20em; width: 70%; height: 5em; border: solid black 1px; border-radius: 1em; } aside{ float: left; width: 13em; } nav{ width: 13em; border: solid black 1px; border-radius: 1em; padding: 0.5em; } div#screenshots{ width: 13em; border: solid black 1px; border-radius: 0.5em; } section{ margin-left: 15em; } article{ border: solid black 1px; border-radius: 1em; margin-left: 2em; margin-right: 2em; padding: 1em; } footer{ margin-left: 20%; margin-right: 20%; border: solid black 1px; border-radius: 2em; color: black; } div#time{ font-size:.8em; text-align: right; }