Skip to content

Take something that looks not so pretty and make it look a bit prettier, why not?

Notifications You must be signed in to change notification settings

matty-at-rdc/content-styling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Content Styling

What is this?

This is my attempt to make this content:

Look amazing 😍

To do this I'm using:

Notes

Steps

  • Get semantic HTML markup (droper use of div, p, headings, list, and blockquote tags)
  • Reset your CSS using a simple reset
  • Set some foundational items (background, text color, body padding)
    • Use :root{} vars for colors
  • Set type scales
  • Apply type scales to body, heading, and blockquote elements
  • Keep it going...

Deployment

  • Deployed through flyctl using Docker which is medium lame...
  • If you are interested in building it locally do this
    • docker build -t content-styling . && docker run -p 8043:8043 content-styling
  • Otherwise init the project
    • flyctl launch
  • Modify the fly.toml to properly map the port
    • internal_port = 8043
  • Deploy the app
    • flyctl deploy
  • View the app
    • flyctl open

About

Take something that looks not so pretty and make it look a bit prettier, why not?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published