Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
20_21-J09
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
20_21-J09
20_21-J09
Commits
1010d0d1
Commit
1010d0d1
authored
Nov 08, 2020
by
IT17167338_Minoli Pemmawadu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file added
parent
dd14ab86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
116 additions
and
0 deletions
+116
-0
home.php
home.php
+116
-0
No files found.
home.php
0 → 100644
View file @
1010d0d1
<!-- <h1>
<?php
echo
$title
;
?>
</h1> -->
<style>
.hovereffect
{
width
:
100%
;
height
:
100%
;
float
:
left
;
overflow
:
hidden
;
position
:
relative
;
text-align
:
center
;
cursor
:
default
;
}
.hovereffect
.overlay
{
width
:
100%
;
height
:
100%
;
position
:
absolute
;
overflow
:
hidden
;
top
:
0
;
left
:
0
;
-webkit-transition
:
all
0.4s
ease-in-out
;
transition
:
all
0.4s
ease-in-out
;
}
.hovereffect
:hover
.overlay
{
background-color
:
rgba
(
170
,
170
,
170
,
0.4
);
}
.hovereffect
h2
,
.hovereffect
img
{
-webkit-transition
:
all
0.4s
ease-in-out
;
transition
:
all
0.4s
ease-in-out
;
}
.hovereffect
img
{
display
:
block
;
position
:
relative
;
-webkit-transform
:
scale
(
1.1
);
-ms-transform
:
scale
(
1.1
);
transform
:
scale
(
1.1
);
}
.hovereffect
:hover
img
{
-webkit-transform
:
scale
(
1
);
-ms-transform
:
scale
(
1
);
transform
:
scale
(
1
);
}
.hovereffect
h2
{
text-transform
:
uppercase
;
color
:
#fff
;
text-align
:
center
;
position
:
relative
;
font-size
:
17px
;
padding
:
10px
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
}
.hovereffect
a
.info
{
display
:
inline-block
;
text-decoration
:
none
;
padding
:
7px
14px
;
text-transform
:
uppercase
;
color
:
#fff
;
border
:
1px
solid
#fff
;
margin
:
50px
0
0
0
;
background-color
:
transparent
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
-webkit-transform
:
scale
(
1.5
);
-ms-transform
:
scale
(
1.5
);
transform
:
scale
(
1.5
);
-webkit-transition
:
all
0.4s
ease-in-out
;
transition
:
all
0.4s
ease-in-out
;
font-weight
:
normal
;
height
:
85%
;
width
:
85%
;
position
:
absolute
;
top
:
-20%
;
left
:
8%
;
padding
:
70px
;
}
.hovereffect
:hover
a
.info
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
-webkit-transform
:
scale
(
1
);
-ms-transform
:
scale
(
1
);
transform
:
scale
(
1
);
background-color
:
rgba
(
0
,
0
,
0
,
0.4
);
}
</style>
<div
class=
"jumbotron"
id=
"edu_sample_activities"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h2
id=
"h2_sample"
>
Activities
</h2>
</div>
<a
href=
"Paint.activity/index.html"
><img
src=
"images/play_crosswords.png"
alt=
""
></a>
<a
href=
"Image-matching-memory-game-master/index.php"
><img
class=
"img-responsive"
src=
"images/play_crossword1.png"
alt=
""
></a>
<a
href=
"index.php?q=question&id"
><img
class=
"img-responsive"
src=
"images/play_crossword12.jpg"
alt=
""
></a>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment