Skip to content
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
Binary file added 1.webp
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 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 45 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,50 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML here -->

<div class="header">
<h2>Hudeyfi Blog</h2>
</div>

<div class="row">

<div class="card">
<h2>Waek three</h2>
<h5>Learning HTML and CSS</h5>
<div class="img">
<img src="1.webp" alt="post 1">
</div>
<p>What is CSS and HTML?
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages.
HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.
What is difference between HTML and CSS?
Image result for html and css
HTML is a markup language used to create static web pages and web applications.
CSS is a style sheet language responsible for the presentation of documents written in a markup language.
background-color: green; HTML cannot be used in a CSS file.
</p>
</div>
<div class="card">
<h2>Exercise</h2>
<h5>Create a blog using HTML and CSS, Oct 15, 2022</h5>
<div class="img">
<img src=" 2.png" alt="post 2">
</div>
<p>What is difference between HTML and CSS?
Image result for html and css
HTML is a markup language used to create static web pages and web applications. CSS is a style sheet language responsible for the presentation of documents written in a markup language.
background-color: green; HTML cannot be used in a CSS file.
What is difference between HTML and CSS?
Image result for html and css
HTML is a markup language used to create static web pages and web applications. CSS is a style sheet language responsible for the presentation of documents written in a markup language.
background-color: green; HTML cannot be used in a CSS file.
</p>
</div>
</div>


<div class="footer">
<h2> © 2022 Hudeyfi Abdirahman, All rights reserved </h2>
</div>
</body>
</html>