100Days css #1
CSS .frame { position: absolute; top: 50%; left: 50%; width: 400px; height: 400px; margin-top: -200px; margin-left: -200px; border-radius: 2px; box-shadow: […]
CSS .frame { position: absolute; top: 50%; left: 50%; width: 400px; height: 400px; margin-top: -200px; margin-left: -200px; border-radius: 2px; box-shadow: […]
Course (learn css grid by building a magazine) on the freeCodeCamp website CSS *, ::before, ::after { padding: 0; margin:
Course (learn css variables by building a city skyline) on the freeCodeCamp website CSS :root { –building-color1: #aa80ff; –building-color2: #66cc99;
Course (Technical Documentation Page) on the freeCodeCamp website CSS /* General Styles */ body { font-family: Arial, sans-serif; line-height: 1.6;
Course (learn responsive web design by building a piano) on the freeCodeCamp website CSS html { box-sizing: border-box; } *,
Course (learn intermediate css by building a cat painting) on the freeCodeCamp website CSS * { box-sizing: border-box; } body
Course (learn more about css pseudo selectors by building a balance sheet) on the freeCodeCamp website CSS span[class~=”sr-only”] { border:
Course (Tribute Page) on the freeCodeCamp website CSS body{ font-family: tahoma; font-size: 18; color: #FFFFFF; background-color: #ffffff text-align: center; line-height:
Course (learn accessibility by Building a Quiz) on the freeCodeCamp website CSS @media (prefers-reduced-motion: no-preference) { * { scroll-behavior: smooth;
Course (learn HTML form by building a Nutrition Lable) on the freeCodeCamp website CSS * { box-sizing: border-box; } html