mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-26 16:26:30 +01:00
Modif bag
This commit is contained in:
parent
e9ce8d5821
commit
84e7eb0809
2 changed files with 2 additions and 0 deletions
1
bag.html
1
bag.html
|
@ -13,6 +13,7 @@
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-color">
|
<body class="bg-color">
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
|
||||||
<a class="navbar-brand" href="#">Details Products</a>
|
<a class="navbar-brand" href="#">Details Products</a>
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 450px){
|
@media (max-width: 450px){
|
||||||
|
|
||||||
.full-body{
|
.full-body{
|
||||||
font-size: x-small ;
|
font-size: x-small ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue