From eb2d5832a27ebde67e1217af4b0f498d03a37ec4 Mon Sep 17 00:00:00 2001 From: MohammadSefidgar <108987757+MohammadSefidgar@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:16:03 +0100 Subject: [PATCH] new work new web --- .vscode/launch.json | 15 +++++++++++++ css/style.css | 55 ++++++++++++++++++++++++++++++++++++++------- index.html | 52 ++++++++++++++++++++++++++++-------------- 3 files changed, 97 insertions(+), 25 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..2ba986f6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 75e9841e..29daa7f9 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,47 @@ -/** - * 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. - * - */ +* { + margin: auto; + padding: 5px; + text-align: center; + background-color: darkgray; + font-style: italic; +} + +.wrapper { + width: 100%; +} + +.img-banner { + width: 30%; +} + +.img-info { + width: 100%; +} + +h1 { + text-align: center; + color: darkred; +} + +p { + text-align: center; + font-size: 20px; +} + +h2 { + text-align: center; +} + +.img-info p { + text-align: center; + padding: 0px 30px 20px; + font-family: arial; + font-size: 20px; + color: #111; + line-height: 24px; +} + +.footer { + color: darkred; + text-align: left; +} \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..f9b1e6ea 100644 --- a/index.html +++ b/index.html @@ -1,22 +1,40 @@ - + + - - My Blog - + + My new web + - - - - - - + + + +

My new web

+

+

This is my new project that I am working on

+

+ mmtuts banner +
+
+

Hey!

+

Integer ut gravida tortor. Cras lacinia eu erat sed varius. Morbi cursus viverra nibh id bibendum. Sed ligula lorem, eleifend sed risus a, sagittis dignissim velit. Nunc enim turpis, aliquet vitae orci at, tincidunt tristique lorem.

+

Aenean a quam nec enim dignissim dignissim quis sed augue. Nunc convallis venenatis nisi eget mattis. Suspendisse et enim eu metus mattis elementum non ac sapien. Ut faucibus quis nulla vel vulputate. Nullam ultrices pellentesque ultricies. +

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