Skip to content

From Portland to Portland. An epic bicycle journey from Portland, ME to Portland, OR.

Notifications You must be signed in to change notification settings

galiii/web_project_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: From Portland to Portland

Overview

  • Intro
  • Description of technologies used
  • URL to My Website

Intro

This is a project about traveling across the US. We've made it so all the elements are displayed correctly on popular screen sizes. We recommend investing more time in completing this project, since it's more difficult than previous ones.

Description of technologies used

  1. HTML5
  2. CSS3
Properties Value Description
grid-template-columns: repeat( auto-fit, minmax(280px, 1fr)); To achieve wrapping, we can use the auto-fit. So we need to start by specifying a minimum width for the columns, making sure they don’t get too narrow. We can do that using the minmax() function.

The link that help me

URL to My Website

From Portland to Portland

About

From Portland to Portland. An epic bicycle journey from Portland, ME to Portland, OR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published