Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Evelin Perez
splash-second
Commits
687e8be4
Commit
687e8be4
authored
Jul 10, 2025
by
Evelin Perez
Browse files
Third screen
parent
3a87b2b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
10 deletions
+57
-10
css/styles.css
css/styles.css
+45
-2
index.html
index.html
+12
-8
No files found.
css/styles.css
View file @
687e8be4
...
@@ -27,11 +27,11 @@ body {
...
@@ -27,11 +27,11 @@ body {
}
}
#second-screen
{
#second-screen
{
display
:
block
;
display
:
none
;
}
}
#third-screen
{
#third-screen
{
display
:
none
;
display
:
block
;
}
}
/*Estilos de primera pantalla*/
/*Estilos de primera pantalla*/
...
@@ -154,6 +154,49 @@ body {
...
@@ -154,6 +154,49 @@ body {
margin
:
20px
0
;
margin
:
20px
0
;
}
}
/*Estilos de tercera pantalla*/
.fifth-block
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
height
:
60vh
;
gap
:
30px
;
}
.first-image-screen-container
{
display
:
flex
;
border
:
4px
solid
var
(
--text-color
);
border-radius
:
10px
;
height
:
400px
;
width
:
720px
;
}
.second-image-screen-container
img
{
border
:
4px
solid
var
(
--text-color
);
display
:
flex
;
border-radius
:
10px
;
height
:
400px
;
width
:
720px
;
}
.sixth-block
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
height
:
30vh
;
gap
:
100px
;
}
.logo-container-third-screen
{
display
:
flex
;
width
:
180px
;
height
:
90px
;
padding
:
10px
0
;
border
:
1px
solid
var
(
--primary-color
);
}
.footer
{
.footer
{
width
:
100%
;
width
:
100%
;
height
:
10vh
;
height
:
10vh
;
...
...
index.html
View file @
687e8be4
...
@@ -73,16 +73,20 @@
...
@@ -73,16 +73,20 @@
</section>
</section>
<section
id=
"third-screen"
class=
"section-container"
>
<section
id=
"third-screen"
class=
"section-container"
>
<div
class=
"image-screen-container"
>
<div
class=
"fifth-block"
>
<img
src=
"#"
>
<div
class=
"first-image-screen-container"
>
</div>
<img
src=
"#"
>
<div
class=
"image-screen-container"
>
</div>
<img
src=
"#"
>
<div
class=
"second-image-screen-container"
>
<img
src=
"#"
>
</div>
</div>
</div>
<div
class=
"main-logo-container"
>
<div
class=
"sixth-block"
>
<img
src=
"#"
>
<div
class=
"logo-container-third-screen"
>
<img
src=
"#"
>
</div>
<div
class=
"countdown"
>
03
</div>
</div>
</div>
<div
class=
"countdown"
>
03
</div>
</section>
</section>
</main>
</main>
...
...
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