-
Consider using the DRY method to apply css styles to the html elements once or few times, instead of having to write out `font-family` in your css document multiple times.
For example:
```
body {…
-
Grade: Meets expectations
Summary:
Overall, great job with this project. I love your organized HTML and your concise CSS.
I would work on making sure your HTML attributes are spaced consitently…
-
Hello there, good day! Here I come again.
So, since last time, I've come with a second problem in one of the things I've been developing. Background: "I've collected a HashSet of unused CSS classes,…
-
Use CSS variables where possible instead of Sass variables as they can be easily overwritten in one place via the new CSS override section in the admin app. This will allow admins to change the whole …
-
Would you consider having the CSS styles loaded separately instead of inside the components? It forces restyling by overloading selectors.
ghost updated
6 years ago
-
https://www.testingexcellence.com/css-selectors-selenium-webdriver/
-
It would be useful to query other contexts like `@meida` and style properties other than selectors using the new SassScript &.
Maybe something like this:
``` SCSS
@media (min-width: 40em) {
body:b…
-
Requirement 1/4
- Repository contains website
- Repository name is unique to user
- Repository includes README
- Repository is modified from starter code
Code improvement requirements:
- App…
-
- [x] Read [this article](http://blog.froont.com/brief-history-of-web-design-for-designers/) on the history of web design.
- [x] Compose a short (a few paragraphs) blog that summarizes your thoughts o…
-
```
Lets say I used a zen-coding syntax
div#page>div#page-container>div#util-links+div#frame+div#footer
this generates me the required HTML. I do have to still write CSS
selectors/classes required …