From 14ebc476bf98327d5a113081a1fe2e0f02f81d86 Mon Sep 17 00:00:00 2001 From: onurat <114289826+onurat@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:11:12 +0000 Subject: [PATCH 1/3] html-css-coursework-week1 website about coding --- .vscode/settings.json | 5 ++++ css/style.css | 16 ++++++------- index.html | 55 ++++++++++++++++++++++++++----------------- 3 files changed, 47 insertions(+), 29 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..3219a770 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "Atas" + ] +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 75e9841e..cda59159 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,8 @@ -/** - * Add your custom styles below - * - * Remember: - * - Be organised, use comments and separate your styles into meaningful chunks - * for example: General styles, Navigation styles, Hero styles, Footer etc. - * - */ +img{ + width: 800px; + height: 200px; +} + +body{ + text-align: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..9cd5b885 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,35 @@ - -
- - -Everything you need to know about the basic understanding of software development and coding. I have compiled the best videos and links for you to understand software development and coding.
+