|
|
@ -5,8 +5,43 @@
|
|
|
|
<title>Portfolio </title>
|
|
|
|
<title>Portfolio </title>
|
|
|
|
<link rel="stylesheet" href="https://codefirst.iut.uca.fr/git/francois.yousse/portfolio/src/branch/master/mycoolstyle.css">
|
|
|
|
<link rel="stylesheet" href="https://codefirst.iut.uca.fr/git/francois.yousse/portfolio/src/branch/master/mycoolstyle.css">
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
background-color: red;
|
|
|
|
|
|
|
|
|
|
|
|
<body style=display: flex;align-items: center; flex-direction:row; justify-content:center; >
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flex-direction:row
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.centered{
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
|
|
|
|
background-color: #333;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar a {
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
color: #f2f2f2;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
padding: 14px 20px;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar a:hover {
|
|
|
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="navbar" position:fixed>
|
|
|
|
<div class="navbar" position:fixed>
|
|
|
|
<a class="active" href="#home">Accueil</a>
|
|
|
|
<a class="active" href="#home">Accueil</a>
|
|
|
|
<a href="#apropos">A propos</a>
|
|
|
|
<a href="#apropos">A propos</a>
|
|
|
|