parent
c6df3d1db2
commit
f85469ae25
11 changed files with 72 additions and 79 deletions
@ -1,3 +1,3 @@ |
||||
<div> |
||||
<p class="title">Home</p> |
||||
<p class="Title">Home</p> |
||||
</div> |
@ -1,17 +1,12 @@ |
||||
<!DOCTYPE html> |
||||
<html lang="en"> |
||||
<head> |
||||
<meta charset="UTF-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
||||
<link rel="stylesheet" href="css/ships.css"> |
||||
|
||||
|
||||
<title>Ship</title> |
||||
</head> |
||||
<body class="test"> |
||||
<div class="block-ships"> |
||||
<div class="block-ships"> |
||||
<a class="prev">❮</a> |
||||
<a class="next">❯</a> |
||||
<div class="buttonShip"> |
||||
<button class="reg" data-symbol="">Name</button> |
||||
<button class="nav" data-symbol="">Navigation</button> |
||||
<button class="crew" data-symbol="">Crew</button> |
||||
<button class="frame" data-symbol="">Frame</button> |
||||
<button class="react" data-symbol="">Reactor</button> |
||||
<button class="fuel" data-symbol="">Fuel</button> |
||||
</div> |
||||
</body> |
||||
</html> |
||||
</div> |
Loading…
Reference in New Issue