A minimalist movie rating website built using only HTML and CSS. Features a clean interface for browsing movie ratings and details.

Bflix is a frontend-only movie rating platform developed to master the fundamentals of web layout and styling. By eschewing JavaScript and frameworks, the project focuses on semantic HTML and advanced CSS techniques for layout and responsiveness.
The project leverages CSS Flexbox and Grid for complex layouts without the need for external libraries. It demonstrates a strong grasp of CSS selectors, positioning, and media queries to create a functional and aesthetic web application.