mirror of
https://gitlab.com/nekoya/web.git
synced 2025-02-16 18:31:58 +01:00
product.html - Improved looks a bit and beautify codes
This commit is contained in:
parent
37b426cdaa
commit
7893865778
1 changed files with 7 additions and 5 deletions
12
product.html
12
product.html
|
@ -211,8 +211,9 @@
|
|||
<body class="bg-color">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||
<a class="navbar-brand" href="#">Product</a>
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<button aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation"
|
||||
class="navbar-toggler"
|
||||
data-target="#navbarTogglerDemo01" data-toggle="collapse" type="button">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
|
||||
|
@ -226,7 +227,7 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="about-us.html">About Us</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="faq.html">FAQ</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -261,14 +262,15 @@
|
|||
</div>
|
||||
<div class="sizeSepatu">
|
||||
<form>
|
||||
SIZE
|
||||
<br>
|
||||
<h4>Sizes</h4>
|
||||
<input name="size" type="radio"> 7    
|
||||
<input name="size" type="radio"> 8    
|
||||
<input name="size" type="radio"> 9    
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div style="display: flex; color: black;">
|
||||
<button class="button" id="myBtn">Add to Bag</button>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue