Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dominik V. Salonen
site
Commits
803a6bb2
Commit
803a6bb2
authored
Aug 31, 2018
by
Dominik V. Salonen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now make the initial screen look less stupid
New sizing kinda made it look stupid. So make it less stupid looking.
parent
775c4a8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
index.html
index.html
+4
-1
style.css
style.css
+5
-2
No files found.
index.html
View file @
803a6bb2
...
...
@@ -33,7 +33,10 @@
</div>
<div
id=
"page"
>
<p
class=
"initial-text"
>
Click a button!
</p>
<p
class=
"initial-text"
>
<i
class=
"fa fa-arrow-up"
aria-hidden=
"true"
></i><br>
Click a button!
</p>
</div>
</div>
...
...
style.css
View file @
803a6bb2
...
...
@@ -170,8 +170,11 @@ a:hover {
#page
p
.initial-text
:first-child
{
font-size
:
18pt
;
text-align
:
center
;
margin-top
:
70px
;
margin-bottom
:
70px
;
}
#page
p
.initial-text
i
{
font-size
:
32pt
;
margin-bottom
:
15px
;
}
.notice
{
...
...
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