Skip to content

basic css website by mohampud omar mohamoud #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.background-color{
background-color:gray;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
}
Binary file added emblem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 52 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,63 @@
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>
content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<title>Herbs Treatment</title>
<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
type="text/css"/>

<link rel="stylesheet" href="/HTML-Blog/css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML here -->
<main>
<h1>Plants and Herbs Treatment</h1>
<section>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</section>

<section class="background-color">
<h2>Coasguard emblem</h2>
<figure>
<img src="plant 1.jpg" alt="plant 1" width="450px">
<figcaption> <a href="#">Click Here To See Full Picture</a></figcaption>

</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam veritatis obcaecati quis, et nesciunt facere excepturi eos, eius fugiat delectus alias provident doloremque reiciendis ratione! Nihil earum ducimus quasi expedita.</p>
</section>










<section>
<h2>Coasguard emblem</h2>
<figure>
<img src="plant 2.jpg" alt="SLCG emblem" width="450px">
<figcaption> <a href="#">Click Here To See Full Picture</a></figcaption>

</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam veritatis obcaecati quis, et nesciunt facere excepturi eos, eius fugiat delectus alias provident doloremque reiciendis ratione! Nihil earum ducimus quasi expedita.</p>
</section>

<section>
<h2>Coasguard emblem</h2>
<figure>
<img src="plant 1.jpg" alt="SLCG emblem" width="450px">
<figcaption> <a href="#">Click Here To See Full Picture</a></figcaption>

</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam veritatis obcaecati quis, et nesciunt facere excepturi eos, eius fugiat delectus alias provident doloremque reiciendis ratione! Nihil earum ducimus quasi expedita.</p>
</section>

</main>
<footer>Herbs property NO COPY RIGHT</footer>
</body>
</html>
Binary file added plant 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plant 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plant 3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.