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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions Web Development/task_1/Amisha/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

.container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
margin: 40px 20px 0 20px;
}

.container .heading{
width: 50%;
padding-bottom: 50px;
}
.container .heading h3{
font-size: 3em;
font-weight: bolder;
padding-bottom: 10px;
border-bottom: 3px solid rgb(234, 49, 178);
}

.container .heading h3 span{
font-weight: 100;
}
.container .box{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.container .box .dream{
display: flex;
flex-direction: column;
width: 32.5%;
}

.container .box .dream img{
width: 100%;
padding-bottom: 15px;
border-radius: 5px;
}

.container .btn{
margin: 40px 0 70px 0;
background: rgb(76, 167, 247);
padding: 15px 40px ;
border-radius: 5px;
}

.container .btn a{
color: rgb(33, 237, 74);
font-size: 1.2em;
text-decoration: none;
font-weight: bolder;
letter-spacing: 3px;
}

@media only screen and (max-width: 769px){
.container .box{
flex-direction: column;
}

.container .box .dream{
width: 100%;
}





}

@media only screen and (max-width: 643px){
.container .heading{
width: 100%;
}
.container .heading h3{
font-size: 1em;

}
28 changes: 28 additions & 0 deletions Web Development/task_1/Amisha/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--this is for linking css file-->
<link rel="stylesheet" href="payal.css">

<!--this is for linking js file-->
<script src="payal.js"></script>
<title>Amisha</title>
<style>
p{
color: blueviolet;
background-color: aquamarine;
}
</style>
</body>
<img src="https://source.unsplash.com/random/400x500/?wallpaper,landscape" alt="Remote photo">
<img src="https://source.unsplash.com/random/400x500/?wallpaper,nature" alt="Remote photo">
<img src="https://source.unsplash.com/random/400x500/?wallpaper,tree" alt="Remote photo">
<img src="https://source.unsplash.com/random/400x500/?wallpaper,flower" alt="Remote photo">
<img src="https://source.unsplash.com/random/700x500/?wallpaper,water" alt="Remote photo">
<img src="https://source.unsplash.com/random/400x500/?wallpaper,hills" alt="Remote photo">
<img src="https://source.unsplash.com/random/400x500/?wallpaper,birds" alt="Remote photo">
</body>
</html>
4 changes: 0 additions & 4 deletions open_source/Git1/Asit_Sahoo.txt

This file was deleted.