This commit is contained in:
poiuty 2023-06-13 22:55:48 +03:00
parent 7180e50106
commit f6a339c857
2 changed files with 19 additions and 5 deletions

View file

@ -161,6 +161,7 @@ width: 100%;
border-radius: 8px; border-radius: 8px;
margin-top: 12px; margin-top: 12px;
text-align: center; text-align: center;
overflow: hidden;
} }
.header_mobile_nav a { .header_mobile_nav a {
@ -171,6 +172,19 @@ width: 100%;
text-decoration: none; text-decoration: none;
} }
.color_first {
background-color: #dfdfdf;
}
.color_second {
background-color: #f3f3f5;
}
.color_active {
background-color: red;
}
@media (max-width: 805px) { @media (max-width: 805px) {
.header { .header {
display: none; display: none;

View file

@ -54,11 +54,11 @@
<div class="header_mobile_nav"> <div class="header_mobile_nav">
<a href="/" class="">Chaturbate</a> <a href="/" class="color_first">Chaturbate</a>
<a href="/bonga/">BongaCams</a> <a href="/bonga/" class="color_second">BongaCams</a>
<a href="/strip/">Stripchat</a> <a href="/strip/" class="color_first">Stripchat</a>
<a href="/search.php">Search</a> <a href="/search.php" class="color_second">Search</a>
<a class="header_track trackCount" href="/list.php">1925 rooms</a> <a class="header_track trackCount color_first" href="/list.php">1925 rooms</a>
</div> </div>