Skip to content

answered HTML-blog #28

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
27 changes: 27 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
H1{
text-align: center;
font-size: 48px;
font-family: 'Courier New', Courier, monospace;
font-style: italic;
color: blue;
}
ul{
color: brown;
font-size: 15pt;
}
.class1{
text-align: left;
counter-reset: black;
font-size: 20px;
font-style: normal;
}
.class1{
text-align: left;
font-size: 20px;
counter-reset: black;
font-style:normal;
}
h4{
text-align: justify;
font-size: 15px;
}
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,33 @@
</head>
<body>
<!-- Add your HTML here -->
<div>
<header>
<h1>puntland-post</h1>
<ul>
<li>Home</li>
<li>About</li>
<li>contcat</li>
</ul>
</header>
</div>
<div class="1">
<h2>GARACAD SEAPORT</h2>
<img src="https://i.ytimg.com/vi/kWdO3bcJFkg/hqdefault.jpg" alt="Garacad Port" font-size=3opx/>
<p>this project entails the construction of a port at garacad coastal town. this private venture was undertaken with the approval of the
goverment and will open up the central somali regions and eastren ethobia for smooth trade with the rest of the world.</p>
</div>
<div class="2">
<h2>Investors</h2>
<img src="https://th.bing.com/th/id/OIP.WTdIVzDtPsMKYhAusjBLqAHaE7?pid=ImgDet&rs=1" alt="investors" font-size=30px/>
<p>The strategic location of gara'ad port enables central somalia and eastren ethobia regions more easily trade with
the rest of the world. we encorage the investors to utulize this apportunity.</p>
</div>
<div>
<footer>
<h4>Iftin Plaza, Ground, 1st and 2nd floor,
Galkaio, Puntland, Somalia.</h4>
</footer>
</div>
</body>
</html>