Import all
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/IUTLyon1.jpg
Executable file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/IUTLyon1.png
Executable file
|
After Width: | Height: | Size: 14 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/NewTux.png
Executable file
|
After Width: | Height: | Size: 12 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/arch-logo.jpg
Executable file
|
After Width: | Height: | Size: 935 B |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/debian-logo.png
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/fondBeige.jpg
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/linux-mint-logo.jpg
Executable file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/mageia-logo.png
Executable file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/mint-logo.jpg
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Formations/NSI/Bloc1/WEB/sujet/assets/images/ubuntu-logo.jpg
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
100
Formations/NSI/Bloc1/WEB/sujet/assets/style.css
Executable file
@@ -0,0 +1,100 @@
|
||||
body
|
||||
{
|
||||
margin: auto;
|
||||
max-width: 60rem;
|
||||
}
|
||||
|
||||
header
|
||||
{
|
||||
border-bottom: 2px solid green;
|
||||
}
|
||||
|
||||
header>img,h1
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
nav
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav>ul
|
||||
{
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
nav>ul>li
|
||||
{
|
||||
display: inline;
|
||||
color: green;
|
||||
border: solid;
|
||||
border-width: 2px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
nav>ul>li:hover
|
||||
{
|
||||
background-color: green;
|
||||
}
|
||||
nav>ul>li>a
|
||||
{
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
section
|
||||
{
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
article
|
||||
{
|
||||
float: left;
|
||||
width: 65%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
aside
|
||||
{
|
||||
float: right;
|
||||
width: 30%;
|
||||
background-color: lightgreen;
|
||||
border: unset;
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#logos_distrib
|
||||
{
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
footer
|
||||
{
|
||||
clear: left;
|
||||
display: block;
|
||||
border-top: 2px solid green;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer>ul>li
|
||||
{
|
||||
/*border: solid;*/
|
||||
display: inline;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
footer>ul>li:first-child
|
||||
{
|
||||
border-right: 2px solid black;
|
||||
}
|
||||
footer>ul>li:last-child
|
||||
{
|
||||
border-left: 2px solid black;
|
||||
}
|
||||
|
||||