Skip to content

Commit d11aeed

Browse files
Update Vehicles.html
Signed-off-by: NSSTUDIO-html <rockingshooters7@gmail.com>
1 parent a7d8531 commit d11aeed

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Vehicles.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
div {
1717
font-family: times;
18-
display: box;
18+
display: flex;
1919
justify-content: center;
2020
align-items: center;
2121
min-height: 15vh;
@@ -48,10 +48,7 @@
4848
color: white;
4949
cursor: pointer;
5050
}
51-
.lbutton{
52-
border-radius:55px;
53-
border: 5px ridge black;
54-
}
51+
5552
</style>
5653
</head>
5754
</head>
@@ -73,7 +70,7 @@ <h1>
7370

7471
</a>
7572
<a href="racer.html">
76-
<button class="lbutton">RACER</button>
73+
<button class="level-button">RACER</button>
7774

7875
</a>
7976

0 commit comments

Comments
 (0)