| 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/cb_image/main_css/ |
Upload File : |
body{margin:0px;}
.main_container
{
width:100%;min-height:100%;backgroundk:#D7DBDD;overflow:auto;
background:linear-gradient(to right top, #FCC1D5, #FC63AB);
display:flex;justify-content:center;align-items:center;
}
a{color:#000;text-decoration-line: none;}
.sub_container
{
width:50%;min-height:90vh;background:#fff;border-radius:70px;borderk:5px solid #fff;
display:flex;flex-direction: column;justify-content:center;align-items:center;
box-shadowk: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.dash
{
width:75%;height:100px;background:#fff;border-radius:30px;margin-bottom:40px;cursor:pointer;color:#000;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.dash:hover{background:#f7f7f7;}
.icon_img
{
float:left;width:80px;height:80px;margin:10px 30px; border-radius:20px;
}
.icon_title
{
float:left;width:50%;height:30px;line-height:40px;margin-top:20px;backgroundk:red;font-weight:600;font-size:1.3em;
}
.icon_desc
{
float:left;width:50%;height:30px;line-height:30px;backgroundk:pink;color:#505252;
}
.extra_btn_lft
{
position:fixed;bottom:0px;left:5px
}
.extra_btn_rgt
{
position:fixed;bottom:0px;right:5px
}
.domin_lebal
{
height:60px;line-height:60px;color:#389EE4;font-family: serif;
}
@media screen and (max-width: 900px)
{
.main_container
{
width:100%;height:auto;
}
.sub_container
{
width:100%;min-height:100vh;height:auto;border-radius:0px;backgroundk:#FC0751;background:#fff;
}
.domin_lebal
{
color:#000;
}
@media screen and (max-width: 700px)
{
.sub_container
{
width:100%;min-height:100vh;height:auto;border-radius:0px;backgroundk:#FC0751;background:#fff;
}
.dash
{
width:96%;height:100px;
}
.icon_img
{
float:left;width:80px;height:80px;margin:10px 10px;
}
.icon_title
{
float:left;width:70%;height:30px;line-height:40px;margin-top:20px;backgroundk:red;font-weight:600;font-size:1.3em;
}
.icon_desc
{
float:left;width:70%;height:30px;line-height:30px;backgroundk:pink;color:#505252;
}
}