Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dia12-Ejercicio1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
dia12-Ejercicio1
Commits
a5c5ad57
Commit
a5c5ad57
authored
May 04, 2022
by
Jose Baez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
74 additions
and
0 deletions
+74
-0
images/tarea12.jpg
+0
-0
index.html
+32
-0
style.css
+42
-0
No files found.
images/tarea12.jpg
0 → 100644
View file @
a5c5ad57
9.11 KB
index.html
0 → 100644
View file @
a5c5ad57
<!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"
>
<title>
Document
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<section
class=
"container"
>
<div
class=
"caja uno"
>
<img
src=
"images/tarea12.jpg"
alt=
"homero picture"
>
</div>
<div
class=
"caja dos"
>
<img
src=
"images/tarea12.jpg"
alt=
"homero picture"
>
</div>
<div
class=
"caja tres"
>
<img
src=
"images/tarea12.jpg"
alt=
"homero picture"
>
</div>
<div
class=
"caja cuatro"
>
<img
src=
"images/tarea12.jpg"
alt=
"homero picture"
>
</div>
<div
class=
"caja cinco"
>
<img
src=
"images/tarea12.jpg"
alt=
"homero picture"
>
</div>
</section>
</body>
</html>
\ No newline at end of file
style.css
0 → 100644
View file @
a5c5ad57
.container
{
margin
:
50px
auto
;
width
:
605px
;
height
:
605px
;
background-color
:
blanchedalmond
;
padding
:
2px
;
border-style
:
solid
}
.caja
{
border-style
:
solid
}
.uno
{
position
:
absolute
;
}
.dos
{
position
:
absolute
;
margin
:
100px
0px
100px
100px
;
}
.tres
{
position
:
absolute
;
margin
:
200px
0px
200px
200px
;
}
.cuatro
{
position
:
absolute
;
margin
:
300px
0px
300px
300px
;
}
.cinco
{
position
:
absolute
;
margin
:
400px
0px
400px
400px
;
}
.caja
:hover
~
div
{
visibility
:
hidden
;
}
.caja
:hover
{
border
:
5px
solid
white
;
}
\ No newline at end of file
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