summaryrefslogtreecommitdiff
path: root/sem_3/SiteWeb/style.css
diff options
context:
space:
mode:
authorGaspard Coulet <gaspard.coulet@mines-ales.org>2021-04-28 23:05:53 +0200
committerGaspard Coulet <gaspard.coulet@mines-ales.org>2021-04-28 23:05:53 +0200
commit9fe033ea88c2f705ec18c232873d056e0c229d72 (patch)
tree0647dc8c51610c7336c88c04de2068ea14b21e17 /sem_3/SiteWeb/style.css
Initial commit
Diffstat (limited to 'sem_3/SiteWeb/style.css')
-rw-r--r--sem_3/SiteWeb/style.css103
1 files changed, 103 insertions, 0 deletions
diff --git a/sem_3/SiteWeb/style.css b/sem_3/SiteWeb/style.css
new file mode 100644
index 0000000..afef246
--- /dev/null
+++ b/sem_3/SiteWeb/style.css
@@ -0,0 +1,103 @@
+html{
+ height: 100%;
+}
+body {
+ background-color: rgb(100, 100, 100);
+ position: relative;
+ height: 100%;
+}
+.Cadre {
+ background-color: rgb(50,50,50);
+ border-radius: 10px;
+ width:75%;
+ text-align:left;
+ margin:auto;
+ margin-top: 2%;
+ padding:1% 1% 1% 1%;
+ color:White;
+}
+.image {
+ width: 97%;
+ margin-top : 2%;
+}
+footer {
+ text-align:left;
+ position: absolute;
+ color:White;
+ left:0;
+ width: 99.5%;
+ margin-top:2%;
+ background-color: rgb(30,30,30);
+ border-radius:10px;
+ padding-left:1%;
+}
+.lien {
+ display: inline-block;
+ width: 17%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+.lientp1 {
+ display: inline-block;
+ width: 30%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+.lientp2 {
+ display: inline-block;
+ width: 30%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+.lientp3 {
+ display: inline-block;
+ width: 47%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+.lientp4 {
+ display: inline-block;
+ width: 47%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+.lientp5 {
+ display: inline-block;
+ width: 30%;
+ height: 98%;
+ text-align: center;
+ padding: auto;
+ margin: 1% 1% 1% 1%;
+ background-color: rgb(30,30,30);
+ border-radius: 5px;
+}
+#titre {
+ background-color:rgb(80,80,80);
+ border-radius: 10px;
+ margin:auto;
+ padding:1% 1% 1% 1%;
+ text-align: center;
+ width:66%;
+ color: White;
+ text-decoration:underline;
+}