Day 46
I know there is no reference here, but this is a snippet of the CSS file I am working with to modify the layout of a Prestashop website. My first ever client!
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
body {
margin: 0; }
a:focus {
outline: thin dotted; }
a:active,
a:hover {
outline: 0; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
Comments
Post a Comment