Skip to content

responsive webdesign 2/incomplete#863

Open
RodBromberg wants to merge 1 commit into
bloominstituteoftechnology:masterfrom
RodBromberg:master
Open

responsive webdesign 2/incomplete#863
RodBromberg wants to merge 1 commit into
bloominstituteoftechnology:masterfrom
RodBromberg:master

Conversation

@RodBromberg

Copy link
Copy Markdown

@ielvisd ielvisd left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look into what flexbox properties you can use to center the title on tablet/mobile views. Also you could add a rem font size to your headers and footer text to make those not tiny. Good job overall.

Comment thread css/index.css
align-items: center;
justify-content: center;
margin: 0 auto;
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

max-width instead of width would get rid of your horizontal scroll bar.
Good use of margin: 0 auto to center your content.

Comment thread css/index.css
body {
height: 100%;
font-family: 'Titillium Web', sans-serif;
font-size: 62.5%;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good use of 62.5% font size to standardize your rem sizes across your site.

Comment thread css/index.css

/* Media Query Tablet */

@media only screen and (max-width: 800px) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good use of media queries to change the look of your site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants