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
24 changes: 24 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.title{
font-size:normal;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
text-align: center;
color: rgb(219, 183, 183);
border-color: white;
background-color: black;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-color: lightsteelblue;
font-size: medium;
}
.div{
display: flex;
align-content: space-between;
}

footer{
border-top:1px solid rgb(100, 144, 185);
color: rgb(132, 198, 240);
background-color: black;
font-style: italic;
}
Binary file added images.png
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 images1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,36 @@
</head>
<body>
<!-- Add your HTML here -->
<div> <h1 class="title">Lorem Ipsum</h1>
<h4 class="body"> <p>"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..." </p> </h4>
<br>
<br>
</div>
<div class="div">

<div>
<h4 class="title2">What is Lorem Ipsum?</h4>
<img src="images.png">
<h3 class="body2">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.</h3>
<br>
<br>
</div>

<div>
<h4 class="title3">Where does it come from?</h4>
<img src="images1.png">

<h3 class="body3">Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet.."</h3>
<br>
<br>
</div>


</div>
</body>
<footer >
<a href="#">Link</a>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words.
</footer>
</body>
</html>