Skip to content

Commit d7ee807

Browse files
Hello World!
1 parent 0b0e954 commit d7ee807

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ header nav ul li a:hover {
189189
.achivements {
190190
text-align: center;
191191
}
192+
.achivements img {
193+
height :140px;
194+
195+
}
192196
/*Footer*/
193197
.fan {
194198
padding: 20px;

img/certificate1.jpg

302 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Achivements</h2>
124124
<div class="container">
125125
<div class="row">
126126
<div class="col-md-3 col-6"><codersrank-widget username="programmergaurav"></codersrank-widget></div>
127-
<div class="col-md-3 col-6"></div>
127+
<div class="col-md-3 col-6"><a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg"></a></div>
128128
<div class="col-md-3 col-6"></div>
129129
<div class="col-md-3 col-6"></div>
130130
</div>`

update

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
git add .
22
git commit -m "Hello World!"
33
git push origin master
4+
programmergaurav

0 commit comments

Comments
 (0)