From 9fe033ea88c2f705ec18c232873d056e0c229d72 Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:05:53 +0200 Subject: Initial commit --- sem_5/HLIN510_Web/styles.css | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 sem_5/HLIN510_Web/styles.css (limited to 'sem_5/HLIN510_Web/styles.css') diff --git a/sem_5/HLIN510_Web/styles.css b/sem_5/HLIN510_Web/styles.css new file mode 100644 index 0000000..9d55372 --- /dev/null +++ b/sem_5/HLIN510_Web/styles.css @@ -0,0 +1,63 @@ +.barre { + width: 100%; + height: 2%; + background: #F00000; + text-align: center; +} +.onglet{ + display: inline-block; + margin-top: 5px; + margin-bottom: 5px; + margin-left: 1px; + margin-right: 1px; + background: #900000; + padding : 5px 5px 5px 5px; +} +head{ + text-align: center; +} +body { + background-color: #636972; + color:white; + text-align:center; +} +footer { + border-top: 2px solid; + border-color: #900000; + position: fixed; + width:100%; + background-color: grey; + bottom: 0%; + text-align : center; + margin-left: auto; +} +#HDD{ + margin-left: auto; + text-align:left; + margin-left: 4%; +} +#periphs{ + margin-left: auto; + text-align:left; + margin-left: 4%; +} +#Divers{ + margin-left: auto; + text-align:left; + margin-left: 4%; +} + +a { + color: white; +} +.entete { + font-weight: bold; + text-align:center; +} + +#commande{ + text-align: left; +} +#panierform{ + margin: auto; +} -- cgit v1.2.3