diff --git a/Fetch and Display data from any API/index.css b/Fetch and Display data from any API/index.css new file mode 100644 index 0000000..cc70c93 --- /dev/null +++ b/Fetch and Display data from any API/index.css @@ -0,0 +1,16 @@ +#card{ + display: flex; + justify-content: center; + flex-wrap: wrap; + align-items: center; +} +p{ + padding: 50px; + width: 200px; + height: 200px; + border: 1px solid; + margin: 20px; +} +h2{ + text-align: center; +} \ No newline at end of file diff --git a/Fetch and Display data from any API/index.html b/Fetch and Display data from any API/index.html new file mode 100644 index 0000000..3b1b9c6 --- /dev/null +++ b/Fetch and Display data from any API/index.html @@ -0,0 +1,18 @@ + + +
+ + + + + +