Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606885025-practice
Commits
d8b7e07f
Commit
d8b7e07f
authored
Sep 14, 2019
by
Rani Lasma Uli
Browse files
add styling for better homepage appearance
parent
88eaab33
Changes
1
Hide whitespace changes
Inline
Side-by-side
homepage/static/css/homepage.css
View file @
d8b7e07f
...
...
@@ -2,18 +2,9 @@ body {
margin
:
0
;
}
.container
{
padding
:
32px
16px
;
display
:
block
;
}
.personal-data
{
text-align
:
center
;
}
.full-screen
{
height
:
100vh
;
width
:
100vw
;
h1
,
h2
{
color
:
antiquewhite
;
-webkit-text-stroke
:
1px
#008873
;
}
h1
{
...
...
@@ -22,7 +13,7 @@ h1 {
font-style
:
normal
;
font-variant
:
normal
;
font-weight
:
700
;
line-height
:
1.5
;
line-height
:
1.5
;
}
h2
{
font-family
:
Lato
;
...
...
@@ -31,4 +22,22 @@ h2 {
font-variant
:
normal
;
font-weight
:
700
;
line-height
:
1.5
;
}
\ No newline at end of file
}
.container
{
padding
:
32px
16px
;
display
:
block
;
}
.personal-data
{
text-align
:
center
;
}
.full-screen
{
height
:
100vh
;
width
:
100vw
;
}
#home
{
background-color
:
#baf4e9
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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