--- id: 5d8a4cfbe6b6180ed9a1ca5b title: Part 124 challengeType: 0 --- ## Description
This is the first column of your table. Set the `align` attribute to `right` to align the text to the right of each cell.
## Instructions
## Tests
```yml tests: - text: test-text testString: assert($('.dashboard div table tbody tr td')[0].getAttribute('align').toLowerCase() === 'right'); ```
## Challenge Seed
```html ```
### Before Test
```html D3 Dashboard
```
## Solution
```html ```