diff --git a/JavaScript/js_object.js b/JavaScript/js_object.js index a54df0d..2064064 100644 --- a/JavaScript/js_object.js +++ b/JavaScript/js_object.js @@ -1,7 +1,9 @@ -const car = { - type : "BMW", - model : "500", - color : "Black" -}; - -console.log (car.type); // car.type is not a fucntion remember that \ No newline at end of file +const car = { + type : "BMW", + model : "500", + color : "Black" +}; + +console.log (car.type); // car.type is not a fucntion remember that + +console.log(car.model); \ No newline at end of file diff --git a/TailwindCss/first.css b/TailwindCss/first.css new file mode 100644 index 0000000..5d589fd --- /dev/null +++ b/TailwindCss/first.css @@ -0,0 +1,5 @@ +*{ + background-color: aqua; + background-image:cover; + +} \ No newline at end of file diff --git a/TailwindCss/tailwind_basics/dist/index.html b/TailwindCss/tailwind_basics/dist/index.html new file mode 100644 index 0000000..7322541 --- /dev/null +++ b/TailwindCss/tailwind_basics/dist/index.html @@ -0,0 +1,17 @@ + + +
+ + + + + +