I am new to coding but thought I would watch few videos and also check the internet . I have been learning the header.php and footer.php also created a sidebar.php I am struggling on what to do on my style sheet css. I tried few things but when I try do child theme plugin to check theme its showing errors with my css.
Here is what I put any ideas or even suggestions please be gentle with me lol I am new.
body { text-align: center; }
#wrapper { display: block; border: 1px #a2a2a2 solid; width:90%; margin:0px auto; }
#header { border: 2px #a2a2a2 solid; }
#content { width: 75%; border: 2px #a2a2a2 solid; float: left; }
#sidebar { width: 23%; border: 2px #a2a2a2 solid; float: right; }
#delimiter { clear: both; }
#footer { border: 2px #a2a2a2 solid; }
.title { font-size: 11pt; font-family: verdana; font-weight: bold; }