From 327d278a960c55f456758d8cdc49eae5143f6aa9 Mon Sep 17 00:00:00 2001 From: MalcolmKemp Date: Mon, 2 Jan 2023 04:44:09 -0500 Subject: [PATCH] "finished" --- css/styles.css | 19 +++++++++++++++++++ index.html | 41 ++++++++++++++++++++++++++++++++++++++++- js/app.js | 2 ++ 3 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 css/styles.css create mode 100644 js/app.js diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 00000000..11a7b600 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,19 @@ +body{ + background-color:rgb(105, 22, 22); +} + +h1{ + +} + +button { + display: flex; + align-items: flex-end; + justify-content: space-around; + height: 40px; + width: 200px; + border-radius: 10px; + font-size: 25px; + background-color: goldenrod; + font-family: inherit; +} \ No newline at end of file diff --git a/index.html b/index.html index 695897ea..54a16f99 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,48 @@ + Hello Front-End -

Hello Front-End

+

Hello search for Photos

+
+
+ + +
+
+ search Photos + + +
+ + + diff --git a/js/app.js b/js/app.js new file mode 100644 index 00000000..2c218546 --- /dev/null +++ b/js/app.js @@ -0,0 +1,2 @@ +console.log("hello") +XMLHttpRequest \ No newline at end of file