jshreyans / frontend-101

Front-end winter assignment for Department of Visual Media. These include tasks based on Vanilla JS and CSS.
0 stars 1 forks source link

A5 Review #6

Open jshreyans opened 5 years ago

jshreyans commented 5 years ago

Resolved alignment problem with box button and completed A5

kunal-mohta commented 5 years ago

Something went wrong in firefox browser. The buttons are stuck on top of the window. You should make a habit to run your html on multiple browsers (chrome and firefox are the standard ones to try on)

jshreyans commented 5 years ago

The height of body was not set so Firefox showed body to be 1436x0. I've set it to 100vh. Don't know how it was working for Chrome though.

ccpandhare commented 5 years ago

551106be-7a6e-4e89-b409-b2ccfcfd2222

Had some weird issues on Safari (iOS) Do have a look

jshreyans commented 5 years ago

@ccpandhare I'll try to correct the problem. Thanks!