Sign in
dart
/
i18n
/
refs/heads/switchToRelativeForExample
/
.
/
pkgs
/
intl4x
/
example
/
web
/
styles.css
blob: cc035c95c96d314476d4112fe07d594a32769418 [
file
] [
log
] [
blame
] [
edit
]
@import
url
(
https://fonts.googleapis.com/css?family=Roboto
);
html
,
body
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
padding
:
0
;
font-family
:
'Roboto'
,
sans-serif
;
}
#
output
{
padding
:
20px
;
text-align
:
center
;
}