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..b054ce81 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,18 @@ -/** - * 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; +} + +footer{ + margin-top: 80px; + +} + +section-1-header{ + display: flex; + justify-content: space-around; +} \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..f4141a61 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,50 @@ - - - - - My Blog - - - - - - - - - + + + + + software development and the different languages it uses + + + +
+
+

software development and coding

+

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.

+
+
+
+

What is coding

+ software development img +
+ Coding, sometimes called computer programming, is how we communicate with computers. + Code tells a computer what actions to take, and writing code is like creating a set of instructions. + By learning to write code, you can tell computers what to do or how to behave in a much faster way.

+
+
+

basic understanid of diffrent languages used in coding

+ + html +

https://en.wikipedia.org/wiki/HTML

+

The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in + a + web browser. + It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.

+ +

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a + markup language such as HTML or XML. + CSS is a cornerstone technology of the World Wide Web,

+ +

JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World + Wide Web, alongside HTML and CSS. As of 2022, + 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries. + +

+ + + + + + \ No newline at end of file