dom manipulations uses elements

This commit is contained in:
realaravinth
2021-05-09 16:39:52 +05:30
parent cd729effb9
commit 686774a182
30 changed files with 262 additions and 128 deletions

View File

@@ -19,6 +19,9 @@
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
// check all layouts
box-sizing: border-box;
}
a {
@@ -31,6 +34,7 @@ li {
html {
height: 100%;
box-sizing: border-box;
}
body {