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
6 changes: 4 additions & 2 deletions project 2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300&display=swap" rel="stylesheet">

</head>

<body>
Expand Down Expand Up @@ -49,8 +51,8 @@
</nav>
<div class="container">
<div class="header">
<h1 class="display-3"><i class="fas fa-camera-retro mr-sm-2"></i>The Image Gallery</h1>
<p>A Bunch of beautifull images</p>
<h1 class="display-3"><i class="fas fa-camera-retro mr-sm-2"></i>The Image Gallery</h1><br>
<p id="text">A Bunch of beautiful Images</p>
</div>
</div>

Expand Down
12 changes: 8 additions & 4 deletions project 2/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.header{
margin-top:20px;
margin-bottom:50px;

padding: 20px;
box-shadow:
inset 0 -3em 3em rgba(0,0,0,0.1),
Expand All @@ -16,7 +15,7 @@
h1{
font-family: 'Tangerine', serif;
font-size: 48px;

margin-left:220px;
text-shadow: 4px 4px 4px red;
}
img{
Expand All @@ -26,8 +25,13 @@ img{
0 0 0 2px rgb(255,255,255),
0.3em 0.3em 1em rgba(207, 34, 34, 0.3);

}
}
.col-lg-4{
height:196px;

}
#text{
font-family: 'Sansita Swashed', cursive;
font-size:30px;
color: rgb(79, 56, 209);
margin-left: 360px;
}