image de fond pour l'onglet ships reglé

Daniel-alias-la-puissance
Melro Serdoura Daniel ago%!(EXTRA string=1 year)
parent d5c30c7842
commit 7f09eb8e04
  1. BIN
      assets/spaceships/blueprint.png
  2. BIN
      assets/spaceships/hangar.png
  3. 4
      css/ship.css
  4. 3
      html/templates/ship/ship.html
  5. 1
      index.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

@ -40,3 +40,7 @@ button:hover{
.my-modal{ .my-modal{
font-size:small; font-size:small;
} }
body{
background-image: url("/assets/spaceships/hangar.png");
background-size: cover;
}

@ -3,9 +3,10 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/ship.css">
<title>Ship</title> <title>Ship</title>
</head> </head>
<body> <body class="test">
<div class="block-ships"> <div class="block-ships">
<div class="ships"> <div class="ships">

@ -5,7 +5,6 @@
<link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/ui.css"> <link rel="stylesheet" href="css/ui.css">
<link rel="stylesheet" href="css/animation.css"> <link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" href="css/ship.css">
<script src="js/lib/fabric.js"></script> <script src="js/lib/fabric.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="module" src="js/index.js" defer></script> <script type="module" src="js/index.js" defer></script>

Loading…
Cancel
Save