version clé USB nommée Serveur_flask_v2 du 16 février 2026

This commit is contained in:
laurent
2026-05-08 12:41:00 +02:00
parent b71ae96310
commit 82765601b0
13 changed files with 121 additions and 213 deletions

BIN
static/hopper_grace.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
static/images/banane.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@@ -1,33 +1,52 @@
.playwrite-cu-guides-regular {
font-family: "Playwrite CU Guides", cursive;
font-weight: 400;
font-style: normal;
}
.logo-style{
border: solid 0px black;
background: silver;
text-align: center;
height: 94px;
width: 100px;}
body {
font-family: "Playwrite CU Guides", cursive;
background-color: #E9FAFC;}
h1 {
text-decoration: underline;
color: red;}
h2 {
text-decoration: underline;}
p {
color: blue;}
table {
border-collapse: separate;}
td {
border-style: inset;
border-color: #0000FF #00FFFF #00FFFF #0000FF;}
body{
background-color:ivory;
background-image: url(http://lorempixel.com/200/100/), url(http://lorempixel.com/400/200/);
background-size: cover;
background-repeat: repeat;
}
h1{
text-decoration:underline;
color:red;
text-align:center;
font-family:Cursive;
}
th{
border : 2px solid black;
}
.nom{
text-align:left;
}
.nom:hover{
background-color:wheat;
color:green
}
.image{
max-width : 400px;
text-align:center;
border-color:silver;
border-width:10px;
border-style:double;
overflow: scroll;
resize:both;
margin:50px;
animation-name: cos;
animation-duration: 2s;
animation-timing-function:ease-in ;
animation-direction: alternate;
animation-iteration-count: 2;
border-radius: 10px 30px 30px 30px;
}
@keyframes cos {
0% {transform : rotate(-45deg); left: -50px}
100% {transform : rotate(45deg); left: 50px}
}
.image:after {
content: "NSI" ;
color: red;
}