Skip to content

AAA #13

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

AAA #13

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
96 changes: 96 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
body{
background-color: aquamarine;
}

* {
margin= 0px;
padding = 0px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
box-sizing:border-box;
align-content: space-around;
}
a {
text-decoration: none;

}
ul {
list-style: none;

}
body {
margin: 0px;
padding: 0px;
font-family: erdana, Geneva, Tahoma, sans-serif;
}
/*-- blog --------------------*/
#blog{
display: flex;
justify-content: right;
align-items: center;
flex-direction: column;
padding: 40px;
border-bottom: 1px solid rgba(0,0,0,0,05);
align-content: flex-end;

}
.blog-heading {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;


}
.blog-heading span {
color: #f33c3c;
}
.blog-heading h3 {
font-size: 2.4rem;
color: #2b2b2b;
font-weight: 600;


}
.blog-container {
display: flex;
justify-content: center;
align-items: center;
margin: 20px opx;
flex-wrap: wrap;
align-content: flex-start;
}
.blog-box{
width: 400px;
border: 1px solid #ececec;
margin: 20px;
align-items: left;

}
.blog-img img {
width:100%;
height: 100%;
object-fit:cover;
object-position: right;
padding: 0px;
margin: 0px;
border-image:none;
box-sizing: border-box;


}
.blog-text{
padding:0px;
display:flex;
flex-direction: column;

}
.footer {
background-color: black;

}






Binary file added cunto.webp
Binary file not shown.
61 changes: 61 additions & 0 deletions index.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>My Blog</title>

<link
href="//fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<!-- Add your HTML here blog section
-->
<section id="blog">

<div class="blog-heading">
<span> WELCOME TO MY FOOD BLOG </span>
<h3> My blog </h3>
<h5> introduction to my blog </h5>
</div>



<div class= "blog-box">

<!-----blog container------>
<p >hello I am trying to create a blog.Here is my <br>
my first ugly blog I will be using Lorem text to avoid my stupidity <br>
sit amet consectetur adipisicing elit. Id, magni. Harum dolorem, reprehe<br>
ipsa praesentium! Eius facere architecto provident, nesciunt sit, tempor<br><br></p></p>
</div>
<div>
<h2> first Article: How to make tahini salad 101 </h2>
<div class="blog-img" >
<img src="cunto.webp">

<p> what is this? should I use leorem Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui aperiam neque <br>
fugit, sunt quidem amet culpa suscipit consectetur, similique repellat sit dolore <br>
! Minima maiores doloribus eaque tempore et similique repellat sit dolore <br></p>
<h2> Article 2: how to make Arabian dumpling </h2>
<div class="blog-img">
<img src="tahini-salad.jpeg" alt="blog image">
<p> If you want to learn how to make this delicious food read as follows<br>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui aperiam neque <br>
fugit, sunt quidem amet culpa suscipit consectetur, similique repellat sit dolore <br>
! Minima maiores doloribus eaque tempore et s</br> </p> </div>
</div>
</body>
<footer> And here is the footer for more >
<div class="buttom" </div>
> <button click here> </button>
</footer>
</html>
21 changes: 0 additions & 21 deletions index.html

This file was deleted.

Binary file added tahini-salad.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.