مجتمع المبرمجين الجزائريين
@import url(‘https://fonts.googleapis.com/css?family=Changa’);
body {
margin: 0;
font-family: ‘Changa’, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: right;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.active {
background-color: #379ECB;
color: white;
}
.topnav .icon {
display: none;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: left;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: sticky;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: right;
}
.responsive {
width: 100%;
height: auto;
}
.responsive {
width: 100%;
height: auto;
}
مجتمع المبرمجين الجزائريين

! لا يوجد مقالات حاليا
—–
|
|
|
——-
|
|
|
——-
|
|
|
——-
//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
window.jQuery || document.write(”)
http://js/bootstrap.min.js
http://js/wow.min.js
http://js/main.js
new WOW().init();
function myFunction() {
var x = document.getElementById(“myTopnav”);
if (x.className === “topnav”) {
x.className += ” responsive”;
} else {
x.className = “topnav”;
}
}