Name | Rating | My Opinion | Teacher |
---|---|---|---|
1. CSS Grid and Flexbox for Responsive Layouts | 3 / 10 | It was pretty good for learning how to style with grid and flexbox but i'd probably just use it as a reference. | Jen Kramer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>replit</title> | |
<link href="style.css" rel="stylesheet" type="text/css" /> | |
</head> |