| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/BM_game/main_css/ |
Upload File : |
body{
width:100%;margin:0px;backgroundk:linear-gradient(to right top,#11AF0F, #3BBC8B);
background:#fefcfc;
}
.main_home_div
{
float:left;width:100%;height:70px;backgroundk:#FF76C3;background-image: linear-gradient(to right, #8a0d55 , #FF76C3);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;position:fixed;
}
.main_home_div_position{float:left;width:100%;height:70px;}
.back_btn
{
float:left;width:50px;height:50px;margin-top:10px;margin-left:1%;
}
.main_home_title
{
float:left;width:57%;height:50px;line-height:50px;margin-left:20px;margin-top:10px;font-size:1.3em;font-weight:bold;text-alignk:center;
backgroundk:red;color:#fff;
}
.user_name
{
float:right;height:50px;line-height:50px;font-weight:bold;
}
.down_arrow_btn
{
float:right;width:45px;height:50px;margin-top:10px;margin-right:2%;cursor:pointer;
}
.more_option_div
{
right:0px;width:180px;top:70px;heightk:280px;background:#ededed;position:fixed;border-radius:0 0 10px 10px;border:1px solid #ededed;display:none;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.more_option_btn
{
float:left;width:70%;height:50px;margin-left:15%;margin-top:15px;border-radius:10px;cursor:pointer;font-size:1em;background:#fff;border:0px;outline:none;
cursor:pointer;font-weight:bold;
}
.more_option_btn:hover{background:#d8fcee;}
.main_content_div
{
float:left;width:98%;heightk:300px;margin-left:1%;margin-top:20px;display:flex;justify-contentk:space-around;justify-content: space-between;
flex-flow: row wrap;
}
.single_dash_div
{
float:left;width:30%;height:220px;margin-bottom:30px;background:#3495f6;border-radius:10px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dash_label_one
{
float:left;width:100%;height:40px;line-height:40px;margin-top:40px;text-align:center;font-weight:bold;font-size:1.4em;color:#fff;
}
.dash_label
{
float:left;width:100%;height:40px;line-height:40px;text-align:center;font-weight:bold;font-size:1em;color:#fff;text-align:center;
}
.total_income
{
float:left;width:100%;height:50px;line-height:50px;margin-leftk:3%;margin-bottomk:10px;color:#0ec45e;font-weight:bold;font-size:2.5em;color:#fff;text-align:center;
backgroundk:red;
}
.product_buy_btn
{
float:right;width:30%;height:30px;margin-right:3%;outline:none;border:0px;background:#ca338c;cursor:pointer;border-radius:10px;color:#fff;font-weight:bold;
}
.product_buy_btn:hover{background:#9c0467}
@media screen and (max-width: 900px)
{
.main_content_div
{
float:left;width:96%;margin-left:2%;
}
.single_dash_div
{
float:left;width:90%;height:220px;margin-bottom:30px;margin-left:5%;
}
}