CSS: Styling (OCR A-Level Computer Science): Flashcards
📚Flashcards
Practise the cards
15 cards from this deck
ShowHide
Practise the cards
15 cards from this deck
CSS property to set text colour
CSS property to set text colour
colour
CSS property to set background colour of an element
CSS property to set background colour of an element
background-colour
Three ways to define colours in CSS
Three ways to define colours in CSS
Named colours, hex codes, RGB values
CSS property to specify typeface for text
CSS property to specify typeface for text
font-family
CSS property to set text size
CSS property to set text size
font-size
CSS property to position text (e.g., center)
CSS property to position text (e.g., center)
text-align
CSS property to add effects like underlining
CSS property to add effects like underlining
text-decoration
CSS property for border style (e.g., solid, dashed)
CSS property for border style (e.g., solid, dashed)
border-style
CSS property to set border colour
CSS property to set border colour
border-colour
CSS property to adjust border thickness
CSS property to adjust border thickness
border-width
CSS property that creates space outside an element
CSS property that creates space outside an element
margin
CSS property for space inside element (content to border)
CSS property for space inside element (content to border)
padding
CSS properties to set element dimensions
CSS properties to set element dimensions
height and width
CSS selector for reusable styles on multiple elements
CSS selector for reusable styles on multiple elements
Classes (.classname)
CSS selector for unique style on a single element
CSS selector for unique style on a single element
IDs (#idname)
