Reddit Image Crawler
+Enter a search tearn and view images found on reddit related to your search
+diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 00000000..fcba306b --- /dev/null +++ b/css/styles.css @@ -0,0 +1,55 @@ +body { + display: flex; + flex-direction: column; + background-color: grey; + justify-content: center; +} +.container { + display: flex; + justify-content: center; + height: 25rem; +} + +.presearch { + display: flex; + flex-direction: column; + justify-content: center; + +} + +.text { + display: flex; + flex-direction: column; + align-items: center; +} + +.search { + display: flex; + align-items: center; + justify-items: center; + padding: 0; +} + + +label { + display: none; + border: 2px solid red; +} +input { + width: 30rem; + height: 1.6rem; + text-align: center; +} + +.searchButton { + height: 2rem; + width: 8rem; + align-items: center; + margin: 0 +} + +.resetButton { + height: 2rem; + width: 4rem; + align-self: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 695897ea..df9b8591 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,26 @@
+ +Enter a search tearn and view images found on reddit related to your search
+