devblog

Intermediate
  • Async/Await
  • API
  • JSON
  • axios
  • React
  • #2PlaysAMonth
avatar
AmrinFeb 19, 2023
A dev to client. Read dev to blog in a new frontend
CSS through the ages - The Genesis

CSS through the ages - The Genesis

#css
#webdev
#productivity

The 1996 Summer Olympics were held in Atlanta, marking the 100th Anniversary of the modern Olympic Games. Dolly the Sheep became the first mammal to have been cloned from an adult somatic cell. Macarena, sung by Los del Río and remixed by The Bayside Boys, became a major dance craze and cultural phenomenon.

And in 1996, the first version of CSS specification is published. The standard contains specification to select font style,size and color

The standard allowed the user to select font style and size and change the colour of the text and background.

  DIV P           { font: small sans-serif }
  .reddish H1     { color: red }
#x78y CODE      { background: blue }
  DIV.sidenote H1 { font-size: large }
Enter fullscreen mode Exit fullscreen mode