UNPKG
grayscale-css
Version:
latest (0.8.5)
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
css for minimalists
n2geoff.github.io/grayscale
n2geoff/grayscale
grayscale-css
/
src
/
extras
/
hero.css
14 lines
(13 loc)
•
225 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.hero
{
display
: grid;
justify-content
: center;
align-content
: center;
text-align
: center;
height
:
100vh
;
margin
:
0
auto; }
.hero
h1
{
font-size
:
48px
;
margin
:
0
;
padding
:
0
}