From 7293e73ceb68bcb76acf575bc74b72b13dd52d1e Mon Sep 17 00:00:00 2001 From: Mohd Raza Date: Wed, 17 Jul 2019 22:18:16 -0500 Subject: [PATCH] added my name in readme --- .vscode/sftp.json | 10 ++++++++++ README.md | 4 +++- great-idea-website/css/index.css | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 000000000..c4697042c --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,10 @@ +{ + "name": "My Server", + "host": "108.167.177.123", + "protocol": "sftp", + "port": 22, + "username": "sunnisociety", + "password": "w6tPgAfE0fwY", + "remotePath": "/", + "uploadOnSave": true +} diff --git a/README.md b/README.md index dffdf0bc8..bad448ed2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Mohd Raza + # User Interface Project: Great Idea Web Page Being able to create a user interface from scratch based on a design file is considered a basic necessity for front end developers. We will be building a single page website using HTML and CSS. @@ -37,4 +39,4 @@ Stretch goals are not required. Complete the project objectives before working o - [ ] Change all the image tags into background images instead -- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items \ No newline at end of file +- [ ] Research CSS animations and see how you could implement some ideas when hovering over buttons or navigation items diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 8e2876e56..f2415cb88 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -92,7 +92,7 @@ header nav { display: inline-block; /* stretch goals */ - vertical-align: center; + vertical-align: middle; } header nav a { text-decoration: none;