From f0740a46829d61ad67dfb080941012aca853f0ab Mon Sep 17 00:00:00 2001 From: Kl0099 Date: Wed, 19 Jun 2024 19:01:37 +0530 Subject: [PATCH 1/2] add signup link --- src/index.html | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/src/index.html b/src/index.html index 99423ca..415df40 100644 --- a/src/index.html +++ b/src/index.html @@ -2,11 +2,17 @@ Document Two Sections - +

Excepteur Sint Occaecat

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum sagittis ex

+

+ Lorem ipsum dolor sit amet, + consectetur adipiscing elit. Duis condimentum sagittis ex +

Duis Aute

-

Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

- a Dalmatian dog - +

+ Quis nostrud exercitation ullamco + laboris + nisi ut aliquip ex ea commodo consequat. +

+ a Dalmatian dog +
  1. first point
  2. second point
  3. third point
- + From a0f92ba9a2c82abed526cd58f013db950a6c3940 Mon Sep 17 00:00:00 2001 From: Kl0099 Date: Wed, 19 Jun 2024 19:13:37 +0530 Subject: [PATCH 2/2] here in style.css page i add Montserrat font family --- src/index.html | 5 +++++ src/style.css | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 415df40..f5f4a74 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,11 @@ rel="stylesheet" href="style.css" /> + +

Excepteur Sint Occaecat

diff --git a/src/style.css b/src/style.css index ba730c6..8849641 100644 --- a/src/style.css +++ b/src/style.css @@ -41,8 +41,13 @@ #paragraph1 { color: rgb(0, 0, 0); background-color: #95ffcd; - text-align:center; + text-align: center; } strong { background-color: black; } + +/* here i add Montserrat font */ +body { + font-family: "Montserrat", sans-serif; +}