أكواد قصيرة: صناديق التنبيه و صناديق الأكواد


صناديق التنبيه و صناديق الأكواد

صناديق التنبيه و صناديق الأكواد


Alert Boxs


رسالة النجاح

رسالة النجاح: تقرأ هذه الرسالة المهمة بنجاح.


رسالة التنبيه

رسالة التنبيه: يحتاج هذا التنبيه إلى انتباهك.


رسالة تحذير

رسالة تحذير: تحذير! أفضل الاختيار الذاتي.


رسالة خطأ

رسالة خطأ: يا المفاجئة! تغيير بعض الأشياء.


صناديق الأكواد


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>BigMag Template</title>
</head>
<p>Hello World</p>
<body>
</body>
</html>


.owl-carousel .owl-animated-in{z-index:0}
.BigMag-Header{
float: left;
width: 100%;
height: 200px;
padding-right: 15px;
padding-left: 15px;
background: #E0070B;
}

.top-ideias-widget .roma-widget li:nth-child(1) .p-tag:before {
content: "\f02d";
}
.top-ideias-widget .roma-widget li:nth-child(2) .p-tag:before {
content: "\f004";
}
.top-ideias-widget .roma-widget li:nth-child(3) .p-tag:before {
content: "\f091";
}
.top-ideias-widget .roma-widget li:nth-child(4) .p-tag:before {
content: "\f03e";
}
.top-ideias-widget .roma-widget li:nth-child(5) .p-tag:before {
content: "\f0c1";
}
.top-ideias-widget .roma-widget li:nth-child(6) .p-tag:before {
content: "\f0d0";
}

.top-ideias-widget .roma-widget .foot-mag-thumb:before {
content: '';
position: absolute;
left: 0;
right: 0;
top:0;
bottom: 0;
height: 100%;
width: 100%;
opacity: 0.5;
background: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
background: -moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
background: linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
}


var x, y, z;  // Declare 3 variables
x = 5; // Assign the value 5 to x
y = 6; // Assign the value 6 to y
z = x + y; // Assign the sum of x and y to z

document.getElementById("demo").innerHTML =
"The value of z is " + z + ".";



var search = $('.search');
search.click(function (e) {
e.preventDefault();
if (search.is('.active') && $(e.target).is(search)) {
search.removeClass('active')
} else {
search.addClass('active');
search.find('input').focus()
}
});

Post a Comment

أحدث أقدم