Commit 9b677f16 authored by TokaKaram's avatar TokaKaram

add warzone button

parent 1d46b0b5
......@@ -4,7 +4,7 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
RUN echo "Last Build: 2025-12-24_v2.3"
RUN echo "Last Build: 2025-12-24_v2.4"
COPY . /usr/share/nginx/html/
......
......@@ -12,7 +12,7 @@
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css?v=2.3">
<link rel="stylesheet" href="style.css?v=2.4">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css" media="print" onload="this.media='all'">
<script>
......@@ -219,7 +219,7 @@ alive!
<div>
<div class="img_sport">
<img src="/images/cod-02.webp" class="yasouu_img" loading="lazy" alt="" ></div>
<!-- <button onclick="openNewWindow('https://play.toornament.com/en_US/tournaments/2372315432626614271/','_blank')" class="explore_button">سجل</button> -->
<button onclick="openNewWindow('https://play.toornament.com/en_US/tournaments/2372315432626614271/','_blank')" class="explore_button warzone_button">سجل</button>
</div>
<div>
<div class="img_sport">
......
......@@ -66,7 +66,7 @@ header {
color: white;
padding: 10px 5px;
margin-bottom: 10px;
text-transform: capitalize !important;
text-transform: uppercase !important;
font-size: 20px;
font-family: var(--noor_font);
}
......@@ -449,7 +449,6 @@ header .right_side a:nth-child(4) {
.e_sportt .img_sport {
height: 50%;
padding: 0;
}
.e_sportt > div div img {
height: 100%;
......@@ -731,6 +730,10 @@ header .right_side a:nth-child(4) {
width: 50%;
margin-left: 29%;
}
.e_sportt .warzone_button
{
margin-left: 26%;
}
/* .e_sportt .bellinghamm_img,
.e_sportt .valorantt_img {
width: 50%;
......@@ -5275,6 +5278,10 @@ header .right_side a:nth-child(4) {
font-size: 12px;
padding: 9px 5px;
}
/* .e_sportt .warzone_button
{
margin-left: 26%;
} */
.hero-sec,
.hero-sec2,
.hero-sec3,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment