added sevice ,portfolio , layer,slider component's and added some more template not much tho, fixed some responsive issue's in header component's

This commit is contained in:
merajjahir
2022-03-06 20:58:48 +06:00
parent 1821d148e9
commit ba79e30d75
48 changed files with 6735 additions and 1521 deletions

View File

@@ -14,11 +14,8 @@
<button class="dark_mode_button_custom_style" id="dark_mood_toogler">
d
</button>
</button>
<!-- header 10 start -->
<section class="section_divider">
@@ -272,8 +269,11 @@
})
toogler.addEventListener('click',()=>{
doc_html_el.className =='' ? doc_html_el.classList.add('dark'):doc_html_el.classList.remove('dark');
console.log(doc_html_el.className);
})
</script>
<!-- end of script section -->
</body>
</html>