---
id: 5d822fd413a79914d39e991b
title: Part 83
challengeType: 0
isHidden: true
---
## Description
Give `fb2a` a `width` of `100%` and `fb2b` a `width` of `100%` and `height` of `75%`.
## Instructions
## Tests
```yml
tests:
- text: test-text
testString: const fb2a = code.match(/\.fb2a\s*{[\s\S]+?[^}]}/g)[0]; const fb2b = code.match(/\.fb2b\s*{[\s\S]+?[^}]}/g)[0]; assert(/width\s*:\s*100%\s*(;|})/g.test(fb2a) && /width\s*:\s*100%\s*(;|})/g.test(fb2b) && /height\s*:\s*75%\s*(;|})/g.test(fb2b));
```
## Challenge Seed
```html
freeCodeCamp Skyline Project
```
## Solution
```html
freeCodeCamp Skyline Project
```