Skip to content
Snippets Groups Projects
Commit f5c5d2ef authored by Siddhi Bodhe's avatar Siddhi Bodhe
Browse files

finalproject1

parent 2ced1d3a
No related branches found
No related tags found
No related merge requests found
Pipeline #438670 passed
......@@ -28,18 +28,64 @@
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<style>
div {
text-align: justify;
text-justify: inter-word;
}
</style>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
/* Use flexbox to create a row layout */
.image-container {
display: flex;
}
/* Optional: Add some spacing between images */
.image-container img {
margin-right: 10px;
}
h2 {
margin-right: 150px;
margin-left: 150px;
}
h3 {
margin-right: 150px;
margin-left: 150px;
}
h4 {
margin-right: 150px;
margin-left: 150px;
}
p {
margin: 30px;
}
div {
text-align: justify;
text-justify: inter-word;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
p {
margin-right: 150px;
margin-left: 150px;
}
p {
font-size: 24px;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment