SaeDEV2.2/css/style.css

90 lines
1.5 KiB
CSS
Raw Normal View History

2024-06-02 23:31:38 +02:00
/*Pour toutes les pages : */
2024-06-10 19:29:21 +02:00
body{background-color: #ffffff}
2024-06-02 23:31:38 +02:00
header {font-size: 23px;
2024-06-11 11:15:28 +02:00
background-image: url(ouiouibaguette.jpg);
2024-06-03 00:34:04 +02:00
padding: 10px 0;
text-align: center;
}
2024-06-11 09:13:04 +02:00
h1.Hello {font-size: 50px;
2024-06-11 11:15:28 +02:00
text-align: center;
color: white;}
2024-06-02 23:31:38 +02:00
header nav {margin-left: auto;
margin-right: auto;
width: 90%;
display: flex;
align-items: center;
justify-content: space-between;}
2024-06-11 10:26:46 +02:00
header nav a {color : black;
2024-06-02 23:31:38 +02:00
text-decoration: none;}
p.html{font-size: 30px;
margin-left: 2%;}
/*Pour la page index*/
h1{text-align: center;
font-size: 100px;
font-family:monospace; }
h2.nsi{text-align: center;
font-family: cursive;
font-size: 170%;
margin-top: -1%}
p.presentation{font-size: 165%;
margin-top: 85px;
margin-left: 11%;
margin-right: 11%;
text-align: justify;}
2024-06-11 11:15:28 +02:00
p.coco{
font-size: 125%;
margin-top: 75px;
margin-right: 30%;
margin-left: 5%;
line-height: 130%;
}
2024-06-02 23:31:38 +02:00
div.licence{text-align: center;
font-size: 26px;}
/*Pour la page cours :*/
h1.cours{font-size: 60px;}
div.presentation{font-size: 20px;}
div.presentation a {color : #50468C;
text-decoration: none;
font-size: 17px}
div.presentation a.hdp {color : blue;
text-decoration: none;
font-size: 25px}
div.presentation td{text-align:center;}
div.presentation a.btn:hover{color: white;
background-color: #50468C;
transition: 0.3s all;}
2024-06-11 10:26:46 +02:00
a.eve{
border-radius: 30px;
background-color: #FFFF;
2024-06-11 11:15:28 +02:00
padding: 6px;}
2024-06-11 09:37:11 +02:00
footer {font-size: 23px;
color: #fff;
padding: 10px 0;
text-align: right;
}