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
191a0851
Commit
191a0851
authored
Jul 11, 2025
by
Ulises Pineda
Browse files
Corrections are applied to css styles
parent
b2cececb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
css/styles.css
css/styles.css
+3
-3
index.html
index.html
+2
-2
js/scripts.js
js/scripts.js
+1
-1
No files found.
css/styles.css
View file @
191a0851
...
...
@@ -257,13 +257,13 @@ body {
}
.info-block-container
{
gap
:
15px
;
transform
:
translateX
(
-
7
vw
);
transform
:
translateX
(
-
5
vw
);
}
.main-link
a
{
font-size
:
14px
;
}
#first-countdown
{
display
:
none
;
.second-block
{
flex-direction
:
column
;
}
}
...
...
index.html
View file @
191a0851
...
...
@@ -12,7 +12,7 @@
<body>
<main
class=
"main-container"
>
<section
id=
"terms-screen"
class=
"display-active"
>
<section
id=
"terms-screen"
class=
"display-
in
active"
>
<div
class=
"terms-block"
>
<div
class=
"terms-dialog"
>
<div
class=
"main-logo-container"
>
...
...
@@ -36,7 +36,7 @@
</div>
</div>
</section>
<section
id=
"first-screen"
class=
"section-container display-
in
active"
>
<section
id=
"first-screen"
class=
"section-container display-active"
>
<div
class=
"first-block"
>
<div
class=
"content-block-container"
>
<div
class=
"main-logo-container"
>
...
...
js/scripts.js
View file @
191a0851
...
...
@@ -78,5 +78,5 @@ document.addEventListener("DOMContentLoaded", function () {
}
};
handleTermsConditions
();
//
handleTermsConditions();
});
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