version clé USB nommée Serveur_flask_v2 du 16 février 2026
BIN
static/hopper_grace.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/images/banane.png
Normal file
|
After Width: | Height: | Size: 89 KiB |
BIN
static/images/photo_informaticiens/JohnVonNeumann.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
static/images/photo_informaticiens/alan_turing.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
static/images/photo_informaticiens/dennis_ritchie.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
static/images/photo_informaticiens/hopper_grace.jpg
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
static/images/photo_informaticiens/linus-torvalds.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
static/images/photo_informaticiens/richard_stallman.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
static/images/photo_informaticiens/tim-berners-lee.jpg
Normal file
|
After Width: | Height: | Size: 130 KiB |
@@ -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;
|
||||
}
|
||||
|
||||