Edit of the logo (use a auto width)

This commit is contained in:
2023-01-04 14:36:02 +01:00
parent e611d8c0be
commit f695e894e2
10 changed files with 15 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title> Platformes technologiques </title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="src/css/style.css">
<link rel="stylesheet" href="src/css/navbar.css">
<link rel="stylesheet" href="src/css/footer.css">
</head>

View File

@@ -1,4 +1,8 @@
body{
font-family: Arial, sans-serif;
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -3,6 +3,6 @@ body{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -23,6 +23,6 @@ h1{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -3,7 +3,7 @@ body{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -7,8 +7,8 @@ h1{
}
#logoLab{
width: 250px;
height: auto;
width: auto;
height: 100px;
}
#flexnationaux{

View File

@@ -26,7 +26,7 @@ body{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -26,6 +26,6 @@ h2{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -3,6 +3,6 @@ body{
}
img{
width: 250px;
width: auto;
height: 100px;
}

View File

@@ -3,6 +3,6 @@ body{
}
img{
width: 250px;
width: auto;
height: 100px;
}