• This project
    • Loading...
  • Sign in

flutter_package / dart_pdf

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dart_pdf
  • pdf
  • web_example
  • web
  • styles.css
  • Add web example · 6715a3fa
    6715a3fa Browse Files
    David PHAM-VAN authored 2019-08-23 16:53:12 -0400
styles.css 386 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
@import url(https://fonts.googleapis.com/css?family=Roboto);

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

#container {
  left: 10px;
  right: 10px;
  width: auto;
  bottom: 10px;
  top: 49px;
  display: block;
  position: absolute;
  border: 1px dotted red;
}

#doc {
  width: 100%;
  height: 100%;
  display: block;
}