Hello stranger.

Introduction

This GitBook contains all the notes during the CSS to the Rescue class for the Minor Web Development at the university of applied sciences amsterdam.

Cheat sheet

A

DRY / Styleguide Don't repeat yourself. Je gaat fouten maken als je in herhaling valt. Elementen / componenten die vaak voorkomen, class? Pagina analyseren welke stukken komen steeds terug? Geen zaken toevoegen die je al had. Evenals teamwerk; team kan werken met jouw componenten.

Select op attributen ipv classes Style te koppelen op basis van attributen, geen class toevoegen. Class disabled, telt niet. Semantische waardes gebruiken om iets te stylen. Je hoeft geen namen te bedenken. Welke attributen zijn er beschikbaar voor een element?

Stylesheet moet exponentieel groeien. Tags > Attributess > Components > Layout > Theme > Helpers. Van basic > complex. Media queries binnen het component zetten in plaats van helemaal onderaan.

Inheritance and font-family Inheritance is basically local scope for CSS. Available through child scope. You can also make a class and apply it to any HTML element. Give most of the styles in the HTML.

results matching ""

    No results matching ""