diff --git a/css/style.css b/css/style.css index 75e9841e..ed963282 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,60 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ +body { + font-family: Arial, sans-serif; + color: #333; +} + +a { + color: #0077cc; + text-decoration: none; +} + +header, +footer { + background-color: #f2f2f2; + padding: 10px; +} + +header { + text-align: center; +} + +main { + display: flex; + flex-direction: column; + width: clamp(320px, 75%, 763px); + margin: 0 auto; + gap: 2rem; + margin-top: 2rem; +} + +article { + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; +} + +img { + width: 100%; +} + +.first { + background-color: #f2f2f2; +} + +h1, +h2 { + font-weight: bold; + margin-bottom: 10px; +} + +p { + margin-bottom: 10px; +} + +footer { + text-align: center; + margin-top: 20px; +} diff --git a/index.html b/index.html index 67dfc7f5..828bc179 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,35 @@ - - +
+

My Website

+

Welcome to my website!

+
+
+
+

Introduction to Japanese cuisine

+

This article can provide an overview of the different types of Japanese cuisine, such as sushi, ramen, tempura, and yakitori, and explain what makes them unique and popular around the world..

+ Read More +
+
+ sushi +
+
+

The art of sushi-making

+

This article can explore the intricate process of making sushi, from selecting the right ingredients to preparing the perfect rice and slicing the fish. It can also discuss the different types of sushi, such as nigiri, maki, and sashimi.

+ Read More +
+
+ sashimi +
+
+

Japanese street food

+

Japanese street food is a popular and affordable way to sample a variety of Japanese flavors. This article can highlight some of the most popular Japanese street foods, such as yakitori, takoyaki, and taiyaki, and explore their history and cultural significance.

+ Read More +
+
+ diff --git a/sushi1.jpg b/sushi1.jpg new file mode 100644 index 00000000..7a545725 Binary files /dev/null and b/sushi1.jpg differ diff --git a/sushi2.jpg b/sushi2.jpg new file mode 100644 index 00000000..fe468bd3 Binary files /dev/null and b/sushi2.jpg differ