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
56 changes: 56 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,59 @@
* for example: General styles, Navigation styles, Contanier styles, Footer etc.
*
*/
*{
margin: 0%;
padding: 0;
align-items: center;

}
.hero{
background-color: white;
display: flex;
justify-content: center;
height: 200px;
width: 100%;
align-items: center;
background-image: linear-gradient(315deg, #d5adc8 0% #f5bbbd 74%);

}

.hero h1 {
background-color: sandybrown;
color: black;
}

pic img {
width: 100;

}

.highlight {
background-color: rgb(110, 61, 156);
}
.pic{

margin-left: 500px;
margin-right: auto;
width: 70;
}




















Binary file added img/image-girl.jpeg
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 img/world-img.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 39 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,45 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>

<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
</body>

<div class="hero">
<h1> MY BLOG</h1> </div>
<br>
<br>
<p align = "center">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam, accusamus!
</p>

<br>
<div class="pic">
<img src="img/image-girl.jpeg" alt="Girl image">
</div>
<br>
<br>
<div class="qoraal">
<p align = "center">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Repellendus, obcaecati.</p>

</div>
<br>
<br>

<div class="pic">
<img src="img/world-img.jpeg" alt="world image">
</div>
<br>
<br>





</body>

<footer align="center">
consectetur adipisicing elit. Repellat error vero fugiat,
amet, natus nobis earum itaque voluptatibus laudantium voluptatum inventore doloremque
consequuntur odit aliquid, ut facilis sequi</footer>
</html>