diff --git a/first-website/images/.DS_Store b/first-website/images/.DS_Store new file mode 100644 index 0000000..2d068ec Binary files /dev/null and b/first-website/images/.DS_Store differ diff --git a/first-website/images/icon.png b/first-website/images/icon.png new file mode 100644 index 0000000..5be2db9 Binary files /dev/null and b/first-website/images/icon.png differ diff --git a/first-website/index.html b/first-website/index.html index 96b76e4..e6de1a3 100644 --- a/first-website/index.html +++ b/first-website/index.html @@ -4,38 +4,40 @@ My FireFox Website + + + + + + + -

Welcome to My Firefox Website

+

Mozilla is cool

+ Firefox Icon Image - -

What is Firefox?

-

Firefox is a free and open-source web browser developed by Mozilla. It is designed to be fast, private, and secure, giving users control over their online experience.

- -

Why Choose Firefox?

- -

Privacy First

-

Firefox prioritizes your privacy by blocking many trackers by default and giving you control over your data.

- - Mozilla Manifesto - - -

Speed and Performance

-

With its efficient engine, Firefox loads web pages quickly and handles multiple tabs smoothly without slowing down your computer.

- -

Customization

-

You can customize Firefox with thousands of extensions and themes to make it your own. Personalize your browser however you like.

- -

Getting Started

-

Download Firefox today and experience a better browsing experience. It's available on Windows, Mac, Linux, iOS, and Android.

-

At Mozilla, we're a global community of

- - - -

working together…

- + +

At Mozilla, we’re a global community of

+ + + +

+ working together to keep the Internet alive and accessible, so people worldwide can be + informed contributors and creators of the Web. We believe this act of human collaboration + across an open platform is essential to individual growth and our collective future. +

+ +

+ Read the + Mozilla Manifesto + to learn even more about the values and principles that guide the pursuit of our mission. +

+ \ No newline at end of file diff --git a/first-website/style.css b/first-website/style.css new file mode 100644 index 0000000..80dcb5d --- /dev/null +++ b/first-website/style.css @@ -0,0 +1,28 @@ +/* styles/style.css */ + +html { + font-size: 10px; + font-family: "Roboto", sans-serif; +} + +body { + margin: 0; + padding: 20px; +} + +h1 { + font-size: 60px; + text-align: center; +} + +p, +li { + font-size: 16px; + line-height: 2; + letter-spacing: 1px; +} + +/* Leave the image on the left like your screenshot */ +img { + display: block; +}