Skip to content

Commit a999855

Browse files
author
Poorvi
committed
added data
1 parent f4fd289 commit a999855

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ <h2>
8181
<article>
8282
<h3>
8383
first website
84-
learn about how to make create code in HTML and CSS.
84+
learn about how to create code in HTML and CSS.
8585
</h3>
8686
<p>
87-
learnt someting new about HTML and CSS
88-
Financials.
87+
learnt someting new about HTML and CSS.
8988
used to create and structure content on the web.
9089
It tells the browser what each part of a webpage is
9190
like headings, paragraphs, links, images, and more.
@@ -94,7 +93,7 @@ <h3>
9493
</article>
9594
<article>
9695
<h3>
97-
my portofolio
96+
my portofolio
9897
</h3>
9998
<p>
10099
learnt someting new about HTML and CSS

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ html {
108108
}
109109
.projects{
110110
border-block-start-color: #90a955;
111-
background-color: var(--light-pink);
111+
background-color: var(--light-blue);
112112
padding: auto;
113113
justify-content: center;
114114

0 commit comments

Comments
 (0)