summaryrefslogtreecommitdiff
path: root/sem_5/HLIN510_Web/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'sem_5/HLIN510_Web/styles.css')
-rw-r--r--sem_5/HLIN510_Web/styles.css63
1 files changed, 63 insertions, 0 deletions
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;
+}